added stuff

This commit is contained in:
fwastring 2025-06-03 21:39:19 +02:00
parent 6bce9f0f69
commit f0f251c814
10 changed files with 72 additions and 73 deletions

View file

@ -8,7 +8,7 @@ let
dwm = pkgs.dwm.overrideAttrs (old: {
src = builtins.fetchGit {
url = "https://github.com/FredzyW/dwm-conf.git";
rev = "f70f48bdb01df6bae9c63131a6c84e812141788c";
rev = "e9d94d70c3865a1289c20382df21acc3a138ed88";
};
nativeBuildInputs = with pkgs; [
xorg.libX11.dev
@ -23,7 +23,7 @@ let
url = "https://github.com/FredzyW/dwmblocks.git";
rev = "d60ccc8c1180aa617fb1033bf1e44a2866647764";
};
})
});
in
{
home.packages = [