Migrated from nix-colors to stylix

This commit is contained in:
2024-12-25 23:55:11 +01:00
parent 030cbad2ca
commit 747c00129b
9 changed files with 543 additions and 232 deletions

View File

@@ -15,6 +15,8 @@
nix-colors.url = "github:misterio77/nix-colors";
stylix.url = "github:danth/stylix";
nixpkgs.follows = "nixos-cosmic/nixpkgs-stable";
nixos-cosmic = {
@@ -22,7 +24,7 @@
};
};
outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, nix-colors, nixos-cosmic, ... }:
outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, nix-colors, stylix, nixos-cosmic, ... }:
let
system = "x86_64-linux";
overlay-unstable = final: prev: {
@@ -55,7 +57,7 @@
extraSpecialArgs = { inherit inputs nix-colors; };
modules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
./hosts/laptop/home.nix
];
};