diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-11 10:28:19 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-11 10:28:19 -0400 |
| commit | 9e5d213d2b94f833c6e271b91eaa59cd8ee464f8 (patch) | |
| tree | 857d2f66c25467ac97954a83766b87cf29d4af7d /flake.nix | |
| parent | refactor nvidia/cuda (diff) | |
| download | dotfiles-nix-9e5d213d2b94f833c6e271b91eaa59cd8ee464f8.tar.gz dotfiles-nix-9e5d213d2b94f833c6e271b91eaa59cd8ee464f8.tar.bz2 dotfiles-nix-9e5d213d2b94f833c6e271b91eaa59cd8ee464f8.zip | |
update hyprland
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,13 +8,13 @@ home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # hyprland - hyprland.url = "github:outfoxxed/Hyprland/itarget-visualbox-541"; + hyprland.url = "github:hyprwm/Hyprland/v0.54.2"; hyprland.inputs.nixpkgs.follows = "nixpkgs"; # hyprland plugins hyprland-plugins.url = "github:hyprwm/hyprland-plugins/v0.53.0"; hyprland-plugins.inputs.hyprland.follows = "hyprland"; # hyprland hy3 - hy3.url = "github:outfoxxed/hy3/0.54"; + hy3.url = "github:outfoxxed/hy3/hl0.54.2"; hy3.inputs.hyprland.follows = "hyprland"; # sops sops-nix.url = "github:Mic92/sops-nix"; |