ditch nix-colors
This commit is contained in:
parent
45766f2057
commit
2e58acb9e7
22 changed files with 57 additions and 162 deletions
|
|
@ -5,8 +5,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
nix-colors,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue