flake.nix: add stable nixpkgs, remove hy3

This commit is contained in:
Charlie Root 2024-10-20 00:41:14 +02:00
commit 24be21299d
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

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