fix: change suites.graphical to suites.graphic

This commit is contained in:
Infinidoge 2021-09-08 09:36:51 -04:00
parent c71407281c
commit 05713cd876
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@
};
suites = with profiles; rec {
base = [ core users.root users.infinidoge develop.common ];
graphical = base ++ [ graphical.qtile ];
graphic = base ++ [ graphical.qtile ];
};
};
};

View file

@ -1,5 +1,5 @@
{ suites, profiles, pkgs, ... }: {
imports = suites.graphical
imports = suites.graphic
++ [ ./hardware-configuration.nix ]
++ (with profiles; [
networking.wireless