From 19b00da8a939da824decc19e9f3e8562a5405bb5 Mon Sep 17 00:00:00 2001 From: veneficium Date: Sat, 10 Jan 2026 18:26:09 +0100 Subject: [PATCH] disable xdg --- hosts/main-homelab/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/main-homelab/configuration.nix b/hosts/main-homelab/configuration.nix index 2c8c546..529202b 100644 --- a/hosts/main-homelab/configuration.nix +++ b/hosts/main-homelab/configuration.nix @@ -62,6 +62,12 @@ users.extraUsers.veneficium.extraGroups = [ "podman" ]; + xdg.autostart.enable = false; + xdg.icons.enable = false; + xdg.menus.enable = false; + xdg.mime.enable = false; + xdg.sounds.enable = false; + environment.systemPackages = with pkgs; [ nano lshw