Remove unnecessary follows references in flake.nix for hardware and rose-pine-hyprcursor

This commit is contained in:
Chris Toph 2025-03-22 20:33:35 -04:00
parent 93a73410a1
commit dea1f58ad5

View file

@ -13,7 +13,6 @@
hardware = { hardware = {
url = "github:nixos/nixos-hardware"; url = "github:nixos/nixos-hardware";
inputs.nixpkgs.follows = "nixpkgs-stable";
}; };
home-manager = { home-manager = {
@ -62,7 +61,6 @@
rose-pine-hyprcursor = { rose-pine-hyprcursor = {
url = "github:ndom91/rose-pine-hyprcursor"; url = "github:ndom91/rose-pine-hyprcursor";
inputs.hyprland.follows = "hyprland";
}; };
# stylix.url = "github:danth/stylix/release-24.11"; # stylix.url = "github:danth/stylix/release-24.11";