style all the things with stylix

This commit is contained in:
Markus Heurung 2024-06-05 15:28:46 +02:00
parent 02cfff6794
commit 684dbf81ab
2 changed files with 26 additions and 25 deletions

View file

@ -16,6 +16,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
@ -59,6 +63,7 @@
modules = [
inputs.nixvim.homeManagerModules.nixvim
inputs.sops-nix.homeManagerModules.sops
inputs.stylix.homeManagerModules.stylix
./home.nix
];
};