mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
refactoring and minor config added
This commit is contained in:
parent
e9bdc40a28
commit
fa60f8c87e
11 changed files with 140 additions and 361 deletions
|
|
@ -10,7 +10,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
gnupg
|
||||
pass
|
||||
pinentry-qt
|
||||
pinentry-gnome3
|
||||
];
|
||||
|
||||
home-manager.users."${userVars.username}" = {
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
maxCacheTtl = 28800;
|
||||
maxCacheTtlSsh = 28800;
|
||||
enableSshSupport = true;
|
||||
pinentry.package = pkgs.pinentry-qt;
|
||||
pinentry.package = pkgs.pinentry-gnome3;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue