add pass-secret-service

This commit is contained in:
Charlotte 🦝 Delenk 2023-11-18 11:15:26 +01:00
parent 44581ccae8
commit ca6d24c78b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
services.pass-secret-service = {
enable = true;
};
}

View file

@ -32,6 +32,7 @@ in {
./swayidle.nix
./rofi.nix
./fcitx.nix
./pass-secret-service.nix
];
wayland.windowManager.sway = {
enable = true;