mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-10 22:43:03 -04:00
hope
This commit is contained in:
parent
de4282f257
commit
69777aa4dc
14 changed files with 259 additions and 26 deletions
|
@ -1,4 +1,15 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs = {
|
||||
ssh = {
|
||||
askPassword = "${pkgs.ksshaskpass}/bin/ksshaskpass";
|
||||
};
|
||||
gnupg = {
|
||||
agent = {
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
};
|
||||
};
|
||||
};
|
||||
services = {
|
||||
desktopManager = {
|
||||
plasma6 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue