Extract a dwm profile module
I've made this a module as it imports configuration from `st` and potentially others as I continue to refactor.
This commit is contained in:
parent
98dccf63f0
commit
ee9c85f920
10 changed files with 52 additions and 80 deletions
|
@ -7,10 +7,11 @@
|
|||
./secrets.nix
|
||||
./services
|
||||
|
||||
../../modules/profiles/dwm
|
||||
|
||||
../../modules/mixins/bluetooth.nix
|
||||
../../modules/mixins/docker.nix
|
||||
../../modules/mixins/phpactor
|
||||
../../modules/mixins/st.nix
|
||||
../../modules/mixins/thunar.nix
|
||||
|
||||
../common
|
||||
|
@ -18,7 +19,6 @@
|
|||
];
|
||||
|
||||
nixosModules = {
|
||||
dwm.enable = true;
|
||||
redshift.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue