[gnome] Move into proper module
This commit is contained in:
parent
99ddea1658
commit
e8b3e3d813
6 changed files with 89 additions and 79 deletions
|
@ -4,8 +4,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules-old/hardware/nvidia.nix
|
||||
|
||||
../../modules-old/des/gnome
|
||||
];
|
||||
|
||||
sisyphus = {
|
||||
|
@ -16,6 +14,7 @@
|
|||
ssh.enable = true;
|
||||
zellij.enable = true;
|
||||
};
|
||||
services.desktop.gnome.enable = true;
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue