changed stylix pin to follow nixpkgs

unpinned versions now everything should be rolling, stable is still
pinned of course
This commit is contained in:
Gabriella Bere 2025-05-26 23:21:27 +01:00
parent 14d9f649aa
commit e145f6c057
2 changed files with 29 additions and 22 deletions

View file

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