diff options
| author | Mike Vink <mike@pionative.com> | 2024-04-19 17:54:58 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-04-19 17:54:58 +0200 |
| commit | de12ff3b1f015830b89e7335b2c23d2a1c09a5f0 (patch) | |
| tree | 197b73fe5b5a654038e91b3d04952f17b02831a1 /profiles/core | |
| parent | e39341f567c74f88a3610adce25d42e2a3666a91 (diff) | |
update from lemptop
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/core/home.nix b/profiles/core/home.nix index f535e57..571428e 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -76,7 +76,7 @@ }; }; desktopEntries = with pkgs; optionalAttrs (!machine.isDarwin) { - text = { type = "Application"; name = "Text editor"; exec = "${st}/bin/st -e kak %u"; }; + text = { type = "Application"; name = "Text editor"; exec = "${st}/bin/st -e nvim %u"; }; file = { type = "Application"; name = "File Manager"; exec = "${st}/bin/st -e lfub %u"; }; torrent = { type = "Application"; name = "Torrent"; exec = "${coreutils}/bin/env transadd %U"; }; img = { type = "Application"; name = "Image Viewer"; exec = "${sxiv}/bin/sxiv -a %u"; }; @@ -276,7 +276,7 @@ enableSshSupport = false; defaultCacheTtl = 34550000; maxCacheTtl = 34550000; - pinentryFlavor = "gtk2"; + # pinentryFlavor = "gtk2"; }; }; } |
