l pass: krebs.per-user -> users.users.*.packages

This commit is contained in:
lassulus 2020-06-07 13:08:22 +02:00
parent 4242c2ad0e
commit e425c80236
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
krebs.per-user.lass.packages = with pkgs; [
users.users.lass.packages = with pkgs; [
(pass.withExtensions (ext: [ ext.pass-otp ]))
gnupg
];