From c1237cd06c50dfdb6e07242a0e56a5ec158de0de Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Mon, 14 Apr 2025 11:06:34 +0200 Subject: push more packages --- srv/hadante/configuration.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index a7a9fec..e939857 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -15,15 +15,10 @@ boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "hadante"; # Define your hostname. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Use lesbian nix nix.package = pkgs.lix; - # Configure network proxy if necessary - # networking.proxy.default = "http://user:password@proxy:port/"; - # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - # Enable networking networking.networkmanager.enable = true; @@ -67,6 +62,7 @@ # Enable sound with pipewire. hardware.pulseaudio.enable = false; security.rtkit.enable = true; + security.sudo.wheelNeedsPassword = false; services.pipewire = { enable = true; alsa.enable = true; @@ -131,5 +127,13 @@ openssl xxd pinentry-qt + emacs + + sway + webp-pixbuf-loader + + wezterm + + vesktop ]; } -- cgit