Merge branch 'main' of github.com:FredzyW/nix
This commit is contained in:
commit
a97bb8332f
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ 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 = "e298bf0dac111f928ef0fbd4a7ebc21db8782df5";
|
rev = "7e10a592cbfd1cea2b6c5e77c3738716a390eb65";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
xorg.libX11.dev
|
xorg.libX11.dev
|
||||||
|
@ -28,3 +28,5 @@ in
|
||||||
home.packages = [ dwm dwmblocks ];
|
home.packages = [ dwm dwmblocks ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue