Add gimp to graphical packages
All checks were successful
Cachix / build (elendel) (push) Successful in 1m25s
Cachix / build (kholinar) (push) Successful in 2m0s
Cachix / build (marabethia) (push) Successful in 1m22s

This commit is contained in:
Charlotte Van Petegem 2024-12-21 15:10:43 +01:00
parent 12c9abd36a
commit d6e9cc60d9
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -43,7 +43,7 @@
}; };
home-manager.users.charlotte = { ... }: { home-manager.users.charlotte = { ... }: {
home.packages = with pkgs; [ mpv okular ranger uni wtype ]; home.packages = with pkgs; [ gimp mpv okular ranger uni wtype ];
}; };
}; };
} }