This commit is contained in:
2024-06-17 17:26:25 +02:00
parent fedb376f65
commit 75b69aada8
9 changed files with 21 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
imports = [ ./default.nix ./betterlockscreen ];
}

View File

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