mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:46:11 +01:00
override
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "home-manager/features/desktop/dwm/dwm"]
|
||||
path = home-manager/features/desktop/dwm/dwm
|
||||
url = git@github.com:eRgo35/dwm.git
|
||||
@@ -14,6 +14,7 @@
|
||||
unstable.nh
|
||||
nix-output-monitor
|
||||
nvd
|
||||
xorg.xrandr
|
||||
]);
|
||||
|
||||
fonts.packages = with pkgs; [ nerdfonts ];
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
windowManager = {
|
||||
dwm = {
|
||||
enable = true;
|
||||
package = pkgs.dwm.overrideAttrs {
|
||||
src = /home/mike/Projects/dwm;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user