From 7d6807e0a66cbec166148e5eaa327dd9e551a850 Mon Sep 17 00:00:00 2001 From: Polen Date: Fri, 21 Nov 2025 12:31:38 -0500 Subject: [PATCH] make latoure lean --- devices/latoure/configuration.nix | 61 ------------------------------- 1 file changed, 61 deletions(-) diff --git a/devices/latoure/configuration.nix b/devices/latoure/configuration.nix index 0acd1da..4876f4b 100644 --- a/devices/latoure/configuration.nix +++ b/devices/latoure/configuration.nix @@ -63,40 +63,6 @@ # Select internationalisation properties. i18n.defaultLocale = "en_CA.UTF-8"; - # Enable the X11 windowing system. - # You can disable this if you're only using the Wayland session. - services.xserver.enable = true; - - # Enable the KDE Plasma Desktop Environment. - services.displayManager.sddm.enable = true; - services.displayManager.defaultSession = "plasmax11"; - services.desktopManager.plasma6.enable = true; - - # Configure keymap in X11 - services.xserver.xkb = { - layout = "us"; - variant = ""; - }; - - # Enable CUPS to print documents. - services.printing.enable = true; - - # Enable sound with pipewire. - hardware.pulseaudio.enable = false; - security.rtkit.enable = true; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - # If you want to use JACK applications, uncomment this - #jack.enable = true; - - # use the example session manager (no others are packaged yet so this is enabled by default, - # no need to redefine it in your config for now) - #media-session.enable = true; - }; - # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; @@ -106,25 +72,13 @@ description = "polensky"; extraGroups = ["networkmanager" "wheel"]; shell = pkgs.zsh; - packages = with pkgs; [ - kdePackages.kate - # thunderbird - ]; }; programs.zsh.enable = true; - # Install firefox. - programs.firefox.enable = true; - # Allow unfree packages nixpkgs.config.allowUnfree = true; - programs.steam = { - enable = true; - gamescopeSession.enable = true; - }; - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ @@ -133,16 +87,8 @@ neovim wget git - home-manager - alejandra - - protonup ]; - environment.sessionVariables = { - STEAM_EXTRA_COMPAT_TOOLS_PATH = "/home/polensky/.steam/root/compatibilitytools.d"; - }; - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; @@ -151,13 +97,6 @@ enableSSHSupport = true; }; - # List services that you want to enable: - - services.jellyfin = { - enable = true; - user = "polensky"; - }; - # NFS Server - Export storage to other machines services.nfs.server = { enable = true;