glorious refactor (part 2
This commit is contained in:
parent
2a5e635c0d
commit
d002a100dd
20 changed files with 308 additions and 347 deletions
11
modules/desktop-environment/home/default.nix
Normal file
11
modules/desktop-environment/home/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
home-manager.users.jade = {...}: {
|
||||
imports = [
|
||||
./notifications.nix
|
||||
./terminal.nix
|
||||
./compositing.nix
|
||||
./panels
|
||||
./xmonad
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue