added stylix
This commit is contained in:
parent
94096ef042
commit
0117839c8f
11 changed files with 363 additions and 28 deletions
|
@ -20,6 +20,8 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
stylix.url = "github:danth/stylix";
|
||||
|
||||
# # Secrets management. See ./docs/secretsmgmt.md
|
||||
# sops-nix = {
|
||||
# url = "github:mic92/sops-nix";
|
||||
|
@ -28,7 +30,7 @@
|
|||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, ... }@attrs:
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, stylix, ... }@attrs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
lib = nixpkgs.lib;
|
||||
|
@ -58,6 +60,7 @@
|
|||
home-manager.useUserPackages = true;
|
||||
}
|
||||
attrs.disko.nixosModules.disko
|
||||
stylix.nixosModules.stylix
|
||||
attrs.nixos-hardware.nixosModules.framework-12th-gen-intel
|
||||
./hosts
|
||||
./users/willifan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue