Update default.nix and dwm.nix with new packages and revisions

- Add pkgs.gimp to default.nix
- Update dwm.nix with new revision and sha256
This commit is contained in:
Sam 2024-11-05 15:19:32 +00:00
parent de5c1edf1b
commit a95ac4ef25
2 changed files with 3 additions and 2 deletions

View File

@ -27,5 +27,6 @@
pkgs.set_wm_class
pkgs.xorg.xkill
pkgs.krita
pkgs.gimp
];
}

View File

@ -15,8 +15,8 @@
# src = /home/sam/.local/share/src/dwm;
src = pkgs.fetchgit {
url = "https://git.bitlab21.com/sam/dwm";
rev = "d795f9e155b6252245e6840efb4a27f57f379257";
sha256 = "sha256-UwjBnvr9oKXrhCELQMpICY2IyRsx9qHe/f0v5Fz6RoA=";
rev = "3e0601b29d879e589703239e064f0baaabb3474b";
sha256 = "sha256-7Hq0vo6YnXKhEUdKjvaAeKodq2l8wwJRzCYJfdHDNMQ=";
};
};
};