feat: a bunch of changes i forgot to commit
This commit is contained in:
parent
57c72d9ac7
commit
8141140de9
21 changed files with 2871 additions and 186 deletions
11
computers/python/gnome.nix
Normal file
11
computers/python/gnome.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
_: {
|
||||
alqueva.support.wayland = true;
|
||||
services.xserver = {
|
||||
desktopManager.gnome = {
|
||||
enable = true;
|
||||
};
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue