Split up xmonad config into sep file!
This commit is contained in:
@ -40,6 +40,10 @@ in
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
./wm/xmonad/xmonad.nix
|
||||
];
|
||||
|
||||
programs.git.enable = true;
|
||||
programs.git.userName = myName;
|
||||
programs.git.userEmail = "librephoenix@protonmail.com";
|
||||
|
Reference in New Issue
Block a user