Go back to stable nixpkgs and i3

I hereby declare bancruptcy :(
This commit is contained in:
2024-10-06 18:24:16 +02:00
parent 2572513c44
commit d683f1f574
10 changed files with 48 additions and 31 deletions

View File

@ -5,10 +5,10 @@
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs = nixpkgs-unstable;
nixpkgs = nixpkgs-stable;
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -34,7 +34,7 @@
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
hyprland.inputs.nixpkgs.follows = "nixpkgs";
# hyprland.inputs.nixpkgs.follows = "nixpkgs";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";