diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-04-20 20:24:36 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:53 +0300 |
| commit | f5970d988c68ae1d2ac56f0a35324cd442a26be7 (patch) | |
| tree | 3c7fa7d524c7337c3b999fd577081a1230690072 /nixos/pc | |
| parent | ec0e9896dcc0c88ef49d2b2bf8126498d3c2acec (diff) | |
add modules
Diffstat (limited to 'nixos/pc')
| -rw-r--r-- | nixos/pc/configuration.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nixos/pc/configuration.nix b/nixos/pc/configuration.nix index ef63c66..c691028 100644 --- a/nixos/pc/configuration.nix +++ b/nixos/pc/configuration.nix @@ -7,18 +7,6 @@ time.timeZone = "Europe/Yekaterinburg"; networking.hostName = "ltrr"; - services.xserver = { - enable = true; - displayManager.sddm.enable = true; - - # wm - windowManager.bspwm.enable = true; - - # Layout - layout = "us,ru"; - xkbOptions = "grp:win_space_toggle"; - }; - # Printing services = { printing.enable = true; |
