summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-03-06 18:54:24 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2026-03-06 18:54:24 +0100
commit9dba4a55fc77d6ad1b8f219fd3a53112e7b03b92 (patch)
tree4b77561de85f0a75e54f0e059415b9320f5896de /flake.nix
parent1e9397de499d48a3d1bc1465e1e0fc70a75c1149 (diff)
downloadnixos-9dba4a55fc77d6ad1b8f219fd3a53112e7b03b92.tar
nixos-9dba4a55fc77d6ad1b8f219fd3a53112e7b03b92.tar.gz
nixos-9dba4a55fc77d6ad1b8f219fd3a53112e7b03b92.tar.bz2
nixos-9dba4a55fc77d6ad1b8f219fd3a53112e7b03b92.tar.xz
nixos-9dba4a55fc77d6ad1b8f219fd3a53112e7b03b92.zip
niri-autoselect-portal
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index db0c6991..73a448ca 100644
--- a/flake.nix
+++ b/flake.nix
@@ -224,6 +224,11 @@
224 224
225 inputs.nixpkgs.follows = "nixpkgs"; 225 inputs.nixpkgs.follows = "nixpkgs";
226 }; 226 };
227 niri-autoselect-portal = {
228 url = "git+https://codeberg.org/debugloop/niri-autoselect-portal.git";
229
230 inputs.nixpkgs.follows = "nixpkgs";
231 };
227 }; 232 };
228 233
229 outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, niri-flake, ... }@inputs: 234 outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, niri-flake, ... }@inputs: