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 | |
| parent | e39341f567c74f88a3610adce25d42e2a3666a91 (diff) | |
update from lemptop
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/home.nix | 4 | ||||
| -rw-r--r-- | profiles/station/kakoune.nix | 18 |
2 files changed, 2 insertions, 20 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"; }; }; } diff --git a/profiles/station/kakoune.nix b/profiles/station/kakoune.nix deleted file mode 100644 index 010e4c4..0000000 --- a/profiles/station/kakoune.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - inputs, - flake, - config, - pkgs, - ... -}: - let - kakouneWithPlugins = pkgs.wrapKakoune pkgs.kakoune-unwrapped { - configure = { - plugins = with pkgs.kakounePlugins; [kak-lsp parinfer-rust]; - }; - }; - in { - hm = { - home.packages = [kakouneWithPlugins]; - }; -} |
