vimium etc

This commit is contained in:
Jana Dönszelmann 2026-03-18 11:18:21 +01:00
parent 62ecb566ed
commit 194cefe340
No known key found for this signature in database
7 changed files with 106 additions and 27 deletions

View file

@ -68,16 +68,15 @@
url = "github:drannex/FirefoxSidebar";
flake = false;
};
vimium-options.url = "github:uimataso/vimium-nixos";
};
outputs =
{
nixpkgs,
flake-utils,
sops-nix,
vpn-confinement,
deploy-rs,
...
{ nixpkgs
, flake-utils
, sops-nix
, vpn-confinement
, deploy-rs
, ...
}@inputs:
let
custom = pkgs: import ./pkgs/custom.nix (inputs // { inherit pkgs; });