add bitwarden-rofi

This commit is contained in:
2024-08-22 10:08:28 -04:00
parent 384964759c
commit 6402e70d23
5 changed files with 72 additions and 56 deletions

View File

@ -1,6 +1,7 @@
{
lib,
inputs,
outputs,
server,
system,
...
@ -26,7 +27,7 @@
useUserPackages = true;
sharedModules = [ inputs.sops-nix.homeManagerModules.sops ];
extraSpecialArgs = {
inherit inputs;
inherit inputs outputs;
machineConfig = {
inherit server system;
};