feat(nixos): add stylix

This commit is contained in:
Mohammad Rafiq 2025-03-03 13:58:11 +08:00
parent 8b0f7472de
commit 963ce3d523
3 changed files with 445 additions and 6 deletions

View file

@ -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";
};
}