add bitwarden-rofi

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-10-23 00:00:00 -04:00
parent 913ea98c12
commit 46b0f1c490
5 changed files with 74 additions and 58 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;
};