changed stylix pin to follow nixpkgs
unpinned versions now everything should be rolling, stable is still pinned of course
This commit is contained in:
parent
14d9f649aa
commit
e145f6c057
2 changed files with 29 additions and 22 deletions
10
flake.nix
10
flake.nix
|
@ -10,7 +10,13 @@
|
|||
|
||||
# Home manager using nixos-unstable
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.05";
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Automatic themeing (using home-manager module)
|
||||
stylix = {
|
||||
url = "github:nix-community/stylix/";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
@ -42,8 +48,6 @@
|
|||
url = "github:nekowinston/satisfactory-server-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# Automatic themeing (using home-manager module)
|
||||
stylix.url = "github:nix-community/stylix/release-25.05";
|
||||
|
||||
musnix.url = "github:musnix/musnix";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue