From f5970d988c68ae1d2ac56f0a35324cd442a26be7 Mon Sep 17 00:00:00 2001 From: spl3g Date: Sat, 20 Apr 2024 20:24:36 +0300 Subject: add modules --- nixos/pc/configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'nixos/pc') 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; -- cgit v1.2.3