chore: Update nixpkgs

This commit is contained in:
uttarayan21
2025-07-15 13:47:29 +05:30
parent 1bd0191b99
commit d9d7b7878c
4 changed files with 66 additions and 65 deletions

View File

@@ -11,7 +11,7 @@ lib.optionalAttrs device.hasGui {
./cursor.nix
./firefox.nix
./ghostty.nix
./gimp.nix
# ./gimp.nix
./guitarix.nix
./hyprpicker.nix
./kicad.nix

View File

@@ -1,3 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [gimp-with-plugins];
home.packages = with pkgs; [gimp];
}