Big DWM change
This commit is contained in:
parent
692572ddb4
commit
25f61a22e5
1 changed files with 7 additions and 4 deletions
|
@ -3,7 +3,10 @@ let
|
||||||
dwm = pkgs.dwm.overrideAttrs (old: {
|
dwm = pkgs.dwm.overrideAttrs (old: {
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://github.com/FredzyW/dwm-conf.git";
|
url = "https://github.com/FredzyW/dwm-conf.git";
|
||||||
rev = "99a1e812295bcf65625a4b5a0dc1022658977920";
|
# rev = "99a1e812295bcf65625a4b5a0dc1022658977920";
|
||||||
|
# rev = "99f005ad0e5e5c904262e980b541cd6f0d001949";
|
||||||
|
rev = "d8bf4fa606714c219468828aaf64e71d46ca6288";
|
||||||
|
# rev = "577d43c76b193f45ed74f9f403946ea3cc4298cf";
|
||||||
# url = "https://git.wastring.com/fw/dwm.git";
|
# url = "https://git.wastring.com/fw/dwm.git";
|
||||||
# rev = "04039f157960b83f1ab8abebb0ea77c72a75a249";
|
# rev = "04039f157960b83f1ab8abebb0ea77c72a75a249";
|
||||||
};
|
};
|
||||||
|
@ -14,17 +17,17 @@ let
|
||||||
xorg.libXinerama
|
xorg.libXinerama
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
dwmblocks = if myhostname == "nix-desktop" then pkgs.dwmblocks.overrideAttrs (old: {
|
dwmblocks = if myhostname == "desktop" then pkgs.dwmblocks.overrideAttrs (old: {
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://github.com/FredzyW/dwmblocks.git";
|
url = "https://github.com/FredzyW/dwmblocks.git";
|
||||||
rev = "a334789ec7b9171a3c8e1fcac2ffe8463ee438dc";
|
rev = "7c81c55390f2deec2a3804217abe80221ef6f46a";
|
||||||
# url = "https://git.wastring.com/fw/dwmblocks.git";
|
# url = "https://git.wastring.com/fw/dwmblocks.git";
|
||||||
# rev = "ce19d482155f3292dc77179a2485670a48d2669c";
|
# rev = "ce19d482155f3292dc77179a2485670a48d2669c";
|
||||||
};
|
};
|
||||||
}) else pkgs.dwmblocks.overrideAttrs (old: {
|
}) else pkgs.dwmblocks.overrideAttrs (old: {
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://github.com/FredzyW/dwmblocks.git";
|
url = "https://github.com/FredzyW/dwmblocks.git";
|
||||||
rev = "7c81c55390f2deec2a3804217abe80221ef6f46a";
|
rev = "a334789ec7b9171a3c8e1fcac2ffe8463ee438dc";
|
||||||
# url = "https://git.wastring.com/fw/dwmblocks.git";
|
# url = "https://git.wastring.com/fw/dwmblocks.git";
|
||||||
# rev = "52198f692f5965b3e86577e8481e035d4c37ab52";
|
# rev = "52198f692f5965b3e86577e8481e035d4c37ab52";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue