diff --git a/flake.nix b/flake.nix index ee7b625..3596ad6 100644 --- a/flake.nix +++ b/flake.nix @@ -120,7 +120,7 @@ }; suites = with profiles; rec { base = [ core users.root users.infinidoge develop.common ]; - graphical = base ++ [ graphical.qtile ]; + graphic = base ++ [ graphical.qtile ]; }; }; }; diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index f945f3c..acdf840 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -1,5 +1,5 @@ { suites, profiles, pkgs, ... }: { - imports = suites.graphical + imports = suites.graphic ++ [ ./hardware-configuration.nix ] ++ (with profiles; [ networking.wireless