From ee4d37f212a07ac47e25d2b35b4a327e3d7f5127 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 21 Jan 2026 09:27:33 +0000 Subject: [PATCH] Update common.nix --- common.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 6775cb2..8b81e9e 100644 --- a/common.nix +++ b/common.nix @@ -10,20 +10,24 @@ in { imports = [ (import "${home-manager}/nixos") - # hosts # + # Hosts # ./hosts/FredOS-Gaming.nix ./hosts/FredOS-Macbook.nix ./hosts/FredOS-Mediaserver.nix - # # + + # Generic settings # ./settings/gnome.nix ./settings/locale.nix ./settings/audio.nix ./settings/users.nix ./apps/fastfetch.nix ./apps/flatpaks.nix + + # Services # ./services/game-servers.nix ./services/arr-stack.nix ./services/webservices.nix + ./services/go2rtc.nix ]; # Home Manager #