Compare commits

..

No commits in common. "4d0335d99a8b2cbae36f318403cec9832f1175d5" and "2c44487796cf0c34073d720412180e03f21e7d9b" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -22,6 +22,5 @@
pkgs.libreoffice
pkgs.set_wm_class
pkgs.xorg.xkill
pkgs.krita
];
}

View File

@ -12,11 +12,11 @@
windowManager.dwm = {
enable = true;
package = pkgs.dwm.overrideAttrs {
# src = /home/sam/.local/share/src/dwm;
#src = /home/sam/.local/share/src/dwm;
src = pkgs.fetchgit {
url = "https://git.bitlab21.com/sam/dwm";
rev = "d795f9e155b6252245e6840efb4a27f57f379257";
sha256 = "sha256-UwjBnvr9oKXrhCELQMpICY2IyRsx9qHe/f0v5Fz6RoA=";
rev = "c8fb47e28bb134cf08c74801c350cc478635679a";
sha256 = "sha256-UiznF1FIt72lF8gP5WAnrleSnJJSFJKnZMhwk1HiEmQ";
};
};
};