Initial commit
This commit is contained in:
commit
38f32e9513
23 changed files with 243 additions and 0 deletions
11
machines/lil-maid/modules/graphics.nix
Normal file
11
machines/lil-maid/modules/graphics.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ commonMods, ... }:
|
||||
{
|
||||
imports = [
|
||||
(commonMods + "/kde")
|
||||
];
|
||||
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue