From 0f55e2daf0790ce3d0596ae20d7341d9834fcc7e Mon Sep 17 00:00:00 2001 From: veneficium Date: Sun, 21 Dec 2025 14:52:31 +0100 Subject: [PATCH] remove unused options --- hosts/main-laptop/configuration.nix | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index 3fbbbe0..03ee964 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -92,28 +92,12 @@ }; }; - #enable wayland for electron programs - environment.sessionVariables.NIXOS_OZONE_WL = "1"; - #todo look further into networking options #could be pretty interesting networking.hostName = "fedfer-main-laptop-nixos"; networking.networkmanager.enable = true; - #todo need to move this to modules - services = { - libinput = { - enable = true; - touchpad = { - tapping = true; - }; - }; - }; - - #remove various bloat - services.xserver.excludePackages = with pkgs; [ xterm ]; - hardware = { bluetooth = { enable = true; @@ -121,9 +105,6 @@ }; }; - #todo modularize! - programs.xwayland.enable = true; - environment.systemPackages = with pkgs; [ nano lshw