feat: add stylix without home-manager yet
This commit is contained in:
parent
6168b5e200
commit
6972221bda
5 changed files with 423 additions and 29 deletions
10
flake.nix
10
flake.nix
|
@ -16,14 +16,14 @@
|
|||
};
|
||||
|
||||
# additional user specific nix modules
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
#home-manager = {
|
||||
# url = "github:nix-community/home-manager/release-25.05";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
|
||||
# theming
|
||||
stylix = {
|
||||
url = "github:danth/stylix";
|
||||
url = "github:danth/stylix/release-25.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue