diff --git a/flake.nix b/flake.nix index 3084929..34d01b3 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,8 @@ # Unstable nixpkgs baby! nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + + nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05"; # Lix, a faster nix fork. lix-module = { url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz"; @@ -44,11 +46,6 @@ inputs.hyprland.follows = "hyprland"; }; - hy3 = { - url = "github:outfoxxed/hy3"; - inputs.hyprland.follows = "hyprland"; - }; - # Treefmt provides formatting for all files in my flake. treefmt-nix.url = "github:numtide/treefmt-nix";