feat: move to single-user config
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
}:
|
||||
let
|
||||
repo = config.repo;
|
||||
account = repo.account;
|
||||
in
|
||||
{
|
||||
flake.modules.homeManager.bitwarden =
|
||||
@@ -12,9 +13,6 @@ in
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
account = config.meta.user.account;
|
||||
in
|
||||
{
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user