mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-16 14:34:00 +05:30
Split up xmonad config into sep file!
This commit is contained in:
parent
772a7cc7bb
commit
b2c513c01b
4 changed files with 1784 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue