fix(hyprland): register portal once

This commit is contained in:
Barrett Ruth 2026-02-15 01:34:58 -05:00
parent 217b81c877
commit 4729625193
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 16 additions and 89 deletions

View file

@ -8,7 +8,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
zen-browser.url = "github:0xc000022070/zen-browser-flake";
claude-code.url = "github:ryoppippi/claude-code-overlay";
hyprland.url = "github:hyprwm/Hyprland";
@ -19,7 +18,6 @@
nixpkgs,
home-manager,
nixos-hardware,
neovim-nightly,
zen-browser,
claude-code,
hyprland,
@ -27,7 +25,6 @@
}:
let
overlays = [
neovim-nightly.overlays.default
claude-code.overlays.default
];