feat(Infini-DESKTOP): add develop suite
This commit is contained in:
parent
beb6b9a7e7
commit
afd6110edb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ suites, profiles, pkgs, lib, ... }: {
|
{ suites, profiles, pkgs, lib, ... }: {
|
||||||
imports = lib.our.flattenListSet {
|
imports = lib.our.flattenListSet {
|
||||||
suites = suites.graphic;
|
suites = with suites; [ graphic develop ];
|
||||||
imports = [ ./hardware-configuration.nix ];
|
imports = [ ./hardware-configuration.nix ];
|
||||||
profiles = with profiles; [
|
profiles = with profiles; [
|
||||||
boot.systemd-boot
|
boot.systemd-boot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue