From 05713cd8765bc2d53bcdf5b54958b8e1de4cacde Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 8 Sep 2021 09:36:51 -0400 Subject: [PATCH] fix: change suites.graphical to suites.graphic --- flake.nix | 2 +- hosts/Infini-DESKTOP/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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