thunderbird

This commit is contained in:
2024-03-14 21:40:51 +01:00
parent 7b825b5125
commit eef3a7936b
6 changed files with 70 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
{ pkgs, ... }:
{
imports = [ ./ssh-agent.nix ./gpg-agent.nix ];
imports = [ ./ssh-agent.nix ./gpg-agent.nix ./xscreenlocker.nix ];
}