flake: migrate users/profiles -> users/modules
This commit is contained in:
parent
85fb3f8251
commit
e50310eb80
36 changed files with 46 additions and 79 deletions
9
users/modules/global/keychain.nix
Normal file
9
users/modules/global/keychain.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.keychain = {
|
||||
enable = true;
|
||||
extraFlags = [ "--quiet" "--dir ${config.xdg.configHome}/keychain" ];
|
||||
|
||||
keys = [ "id_ed25519" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue