remove nix-colors

This commit is contained in:
Kopatz
2025-04-14 18:12:29 +02:00
parent 8c65fb700d
commit 7e0406f64b
6 changed files with 19 additions and 76 deletions

View File

@@ -21,7 +21,6 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
nix-colors.url = "github:misterio77/nix-colors";
## unstable
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-gimp3.url = "github:jtojnar/nixpkgs/gimp-meson";
@@ -65,7 +64,6 @@
, agenix
, home-manager
, home-manager-unstable
, nix-colors
#, nixos-cosmic
, nixvim
, nixos-generators
@@ -169,7 +167,6 @@
// import ./systems/laptop/userdata.nix;
pkgsVersion = nixpkgs-unstable;
home-manager-version = home-manager-unstable;
inherit nix-colors;
};
modules = [
### User specific ###