mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nix: update to lockfile version
This commit is contained in:
parent
c0572e749d
commit
8f3bcec6f1
8 changed files with 107 additions and 113 deletions
7
nixcfgs/modules/nixos/gnome-keyring.nix
Normal file
7
nixcfgs/modules/nixos/gnome-keyring.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
services.gnome.gcr-ssh-agent.enable = true;
|
||||
programs.ssh = {
|
||||
enableAskPassword = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue