diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 0b2896f..69c5684 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -1,6 +1,6 @@ { suites, profiles, pkgs, lib, ... }: { imports = lib.our.flattenListSet { - suites = suites.graphic; + suites = with suites; [ graphic develop ]; imports = [ ./hardware-configuration.nix ]; profiles = with profiles; [ boot.systemd-boot