diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-25 21:34:02 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-25 21:43:18 -0400 |
| commit | 4724eb3f4c193325597439592149c2f2c4b51201 (patch) | |
| tree | 08b016498b07557bd0c9c5cd3053ae7802d48a15 /flake.nix | |
| parent | update commits (diff) | |
| download | dotfiles-nix-4724eb3f4c193325597439592149c2f2c4b51201.tar.gz dotfiles-nix-4724eb3f4c193325597439592149c2f2c4b51201.tar.bz2 dotfiles-nix-4724eb3f4c193325597439592149c2f2c4b51201.zip | |
fix hyprland, and move it to lua
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # hyprland - hyprland.url = "github:hyprwm/Hyprland/v0.55.2"; + hyprland.url = "github:hyprwm/Hyprland/v0.55.0"; hyprland.inputs.nixpkgs.follows = "nixpkgs"; # hyprland plugins hyprland-plugins.url = "github:hyprwm/hyprland-plugins/v0.55.0"; |