feat(nixos): add stylix
This commit is contained in:
parent
8b0f7472de
commit
963ce3d523
3 changed files with 445 additions and 6 deletions
|
@ -14,6 +14,7 @@
|
|||
specialArgs = args;
|
||||
modules = [
|
||||
./systems/${hostname}.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
|
||||
# Add the home-manager user
|
||||
home-manager.nixosModules.home-manager
|
||||
|
@ -60,5 +61,7 @@
|
|||
nvf.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
|
||||
stylix.url = "github:danth/stylix";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue