mirror of
https://github.com/0x1d/nix.git
synced 2025-12-15 14:18:23 +01:00
update system
This commit is contained in:
9
os/system/desktop/plasma.nix
Normal file
9
os/system/desktop/plasma.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }: {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "ch";
|
||||
xkbVariant = "";
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user