From b06f24fcb71d7ac87d2bec8c11db67ea5fa4c8f8 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 4 Jan 2024 22:29:12 -0600 Subject: [PATCH] Foxtrot builds --- modules/nixos/common.nix | 5 ++--- nixos/thablet.nix | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/nixos/common.nix b/modules/nixos/common.nix index 987ae5e..c8e8cda 100644 --- a/modules/nixos/common.nix +++ b/modules/nixos/common.nix @@ -2,7 +2,6 @@ config, lib, inputs, - colors, outputs, system, pkgs, @@ -20,7 +19,7 @@ ] ++ (with outputs.nixosModules; [ avahi - # daniel + daniel ]); hardware.enableRedistributableFirmware = true; @@ -149,7 +148,7 @@ useXkbConfig = true; earlySetup = true; - colors = with colors; [ + colors = with outputs.colors; [ bg red green diff --git a/nixos/thablet.nix b/nixos/thablet.nix index e1813ed..1de0865 100644 --- a/nixos/thablet.nix +++ b/nixos/thablet.nix @@ -19,7 +19,6 @@ desktop-usage gnome wifi - daniel flanfam flanfamkiosk ]);