changed home-manager default to stable pkgs

This commit is contained in:
Gabriella Bere 2024-08-22 11:16:09 +01:00
parent 8eb2d911b2
commit e38639be55

View file

@ -9,7 +9,7 @@
# Home manager using nixos-unstable # Home manager using nixos-unstable
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "stablepkgs";
}; };
# Hyprland wm # Hyprland wm