Add configuration for gamepc
This commit is contained in:
parent
d3684cdd1f
commit
a58aa96a60
8 changed files with 4929 additions and 32 deletions
13
nixos/cinnamon.nix
Normal file
13
nixos/cinnamon.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{lib, ...}: {
|
||||
options.pim.cinnamon.enable = lib.mkEnableOption "cinnamon";
|
||||
config = {
|
||||
services = {
|
||||
displayManager.defaultSession = "cinnamon";
|
||||
libinput.enable = true;
|
||||
xserver = {
|
||||
desktopManager.cinnamon.enable = true;
|
||||
displayManager.lightdm.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue