fix: change suites.graphical to suites.graphic
This commit is contained in:
parent
c71407281c
commit
05713cd876
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@
|
|||
};
|
||||
suites = with profiles; rec {
|
||||
base = [ core users.root users.infinidoge develop.common ];
|
||||
graphical = base ++ [ graphical.qtile ];
|
||||
graphic = base ++ [ graphical.qtile ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ suites, profiles, pkgs, ... }: {
|
||||
imports = suites.graphical
|
||||
imports = suites.graphic
|
||||
++ [ ./hardware-configuration.nix ]
|
||||
++ (with profiles; [
|
||||
networking.wireless
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue