ditch nix-colors

This commit is contained in:
Noa Aarts 2025-05-04 15:25:41 +02:00
parent 45766f2057
commit 2e58acb9e7
Signed by: noa
GPG key ID: 1850932741EFF672
22 changed files with 57 additions and 162 deletions

View file

@ -5,8 +5,6 @@
{
config,
pkgs,
inputs,
nix-colors,
...
}:
{

View file

@ -7,7 +7,6 @@
pkgs,
inputs,
lib,
nix-colors,
config,
...
}:
@ -92,7 +91,6 @@ in
home-manager = {
extraSpecialArgs = {
inherit inputs;
inherit nix-colors;
};
users = {
"noa" = (import ../../common/home) {