diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-10-01 12:20:10 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-10-01 12:20:10 -0400 |
| commit | 06e0235f00ba00c186622f12f58e0b2888de92f5 (patch) | |
| tree | d616c75483534611521c94d15d4b46fab3ebfe65 /flake.nix | |
| parent | fcb871a7e09108202c89fbd62d6231f98488c85d (diff) | |
| download | home-06e0235f00ba00c186622f12f58e0b2888de92f5.tar.gz | |
repo/flake: update
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,7 @@ url = "github:msanft/ida-pro-overlay"; inputs.nixpkgs.follows = "nixpkgs"; }; + vicinae.url = "github:vicinaehq/vicinae"; }; outputs = @@ -30,6 +31,7 @@ self, nixpkgs, home-manager, + vicinae, nixgl, neovim-nightly, nixos-hardware, |