Foxtrot builds
This commit is contained in:
parent
4ae49a53c8
commit
b06f24fcb7
|
@ -2,7 +2,6 @@
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
inputs,
|
||||||
colors,
|
|
||||||
outputs,
|
outputs,
|
||||||
system,
|
system,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
@ -20,7 +19,7 @@
|
||||||
]
|
]
|
||||||
++ (with outputs.nixosModules; [
|
++ (with outputs.nixosModules; [
|
||||||
avahi
|
avahi
|
||||||
# daniel
|
daniel
|
||||||
]);
|
]);
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
@ -149,7 +148,7 @@
|
||||||
useXkbConfig = true;
|
useXkbConfig = true;
|
||||||
earlySetup = true;
|
earlySetup = true;
|
||||||
|
|
||||||
colors = with colors; [
|
colors = with outputs.colors; [
|
||||||
bg
|
bg
|
||||||
red
|
red
|
||||||
green
|
green
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
desktop-usage
|
desktop-usage
|
||||||
gnome
|
gnome
|
||||||
wifi
|
wifi
|
||||||
daniel
|
|
||||||
flanfam
|
flanfam
|
||||||
flanfamkiosk
|
flanfamkiosk
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue