desktop expansion

This commit is contained in:
2024-04-20 21:19:11 +02:00
parent d12fd443bb
commit 407fd6e2bc
9 changed files with 75 additions and 6 deletions

View File

@@ -25,7 +25,12 @@
dwm = {
enable = true;
package = pkgs.dwm.overrideAttrs {
src = /home/mike/Projects/dwm;
src = pkgs.fetchFromGitHub {
owner = "eRgo35";
repo = "dwm";
rev = "a1725eb3c64d27864972a976c8ee18d63a8d9dad";
sha256 = "sha256-sY6qFqfkfGtLmi+7mownx3bolM2mVNdhS9VUO6KimKk=";
};
};
};
};