diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-03-06 18:54:24 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-03-06 18:54:24 +0100 |
| commit | 9dba4a55fc77d6ad1b8f219fd3a53112e7b03b92 (patch) | |
| tree | 4b77561de85f0a75e54f0e059415b9320f5896de /flake.nix | |
| parent | 1e9397de499d48a3d1bc1465e1e0fc70a75c1149 (diff) | |
| download | nixos-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.nix | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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: |
