chore | cleanup
This commit is contained in:
parent
fe711a41b3
commit
7da6547756
3 changed files with 4 additions and 6 deletions
|
|
@ -31,7 +31,5 @@
|
|||
primary.enable = false;
|
||||
wm = {
|
||||
sway.enable = true;
|
||||
kde.enable = false;
|
||||
cosmic.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{ pkgs, ... }: { imports = [ ./sway ./kde ]; }
|
||||
{ pkgs, ... }: { imports = [ ./sway ]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue