From 49cb4d8314cbcd0cba341ad7a576efec76fe0154 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 4 Jul 2026 13:39:55 +0200 Subject: [PATCH] move from groups/dektop to desktop --- hosts/desktop1/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index 191953a..7f72133 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -82,6 +82,18 @@ hyprland.enable = true; kde.enable = true; docker.enable = true; + steam.enable = true; + office.enable = true; + mullvad.enable = true; + alacritty.enable = true; + ardour.enable = true; + mail.enable = true; + flatpak = { + enable = true; + media.enable = true; + dev.enable = true; + gaming.enable = true; + }; containers = { nixos = { };