cura
This commit is contained in:
5
home/services/default-laptop.nix
Normal file
5
home/services/default-laptop.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./default.nix ./betterlockscreen ];
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./ssh-agent ./gpg-agent ./betterlockscreen ];
|
||||
imports = [ ./ssh-agent ./gpg-agent ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user