From 0fcf2d06a06c0c7e83cd073072ad1ebe121d7420 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 4 Dec 2025 13:25:06 +0000 Subject: [PATCH] Update FredOS-Gaming.nix --- hosts/FredOS-Gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 638462b..1585e0d 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -1,7 +1,7 @@ # hosts/FredOS-Gaming.nix { config, pkgs, lib, ... }: { - imports = lib.mkIf (config.networking.hostName == "FredOS-Gaming") [ + imports = lib.optionals (config.networking.hostName == "FredOS-Gaming") [ ../settings/gnome.nix ];