Foxtrot builds

This commit is contained in:
Daniel Flanagan 2024-01-04 22:29:12 -06:00
parent 4ae49a53c8
commit b06f24fcb7
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -19,7 +19,6 @@
desktop-usage desktop-usage
gnome gnome
wifi wifi
daniel
flanfam flanfam
flanfamkiosk flanfamkiosk
]); ]);