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