add stylix as theme config
This commit is contained in:
parent
8844a71ac2
commit
3fab9423c1
12 changed files with 417 additions and 20 deletions
|
|
@ -61,6 +61,10 @@
|
|||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
stylix = {
|
||||
url = "github:danth/stylix";
|
||||
};
|
||||
};
|
||||
outputs =
|
||||
{
|
||||
|
|
@ -170,6 +174,9 @@
|
|||
++ (with outputs.homeManagerModules; [
|
||||
default
|
||||
"${unixName}"
|
||||
])
|
||||
++ (with inputs; [
|
||||
stylix.homeManagerModules.stylix
|
||||
]);
|
||||
extraSpecialArgs = {
|
||||
inherit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue