Compare commits

...

3 commits

6 changed files with 9 additions and 10 deletions

View file

@ -41,7 +41,4 @@ in {
};
# helix as the only editor, a reasonable choice.
environment.sessionVariables.EDITOR = pkgs.lib.getExe' helix "hx";
}

View file

@ -1,5 +1,4 @@
{pkgs, ...}: let
key =
pkgs.writeText "signingkey" "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAAWEDj/Yib6Mqs016jx7rtecWpytwfVl28eoHtPYCM9TVLq81VIHJSN37lbkc/JjiXCdIJy2Ta3A3CVV5k3Z37NbgAu23oKA2OcHQNaRTLtqWlcBf9fk9suOkP1A3NzAqzivFpBnZm3ytaXwU8LBJqxOtNqZcFVruO6fZxJtg2uE34mAw==";
in {

View file

@ -11,7 +11,7 @@
foot-config = pkgs.writeText "foot.ini" (lib.generators.toINI {} {
main = {
term = "foot";
term = "xterm-256color";
app-id = "foot";
title = "foot";
locked-title = "no";

View file

@ -65,7 +65,6 @@ in {
"$mainMod SHIFT, K, hy3:movewindow, u"
"$mainMod SHIFT, L, hy3:movewindow, r"
"$mainMod, T, hy3:makegroup, tab"
"$mainMod, M, hy3:makegroup, h"
"$mainMod, C, hy3:makegroup, v"

View file

@ -4,6 +4,10 @@ builtins.attrValues {
(pkgs)
# better cd
zoxide
# pipe viewer
pv
# hex editor
bvi
#better ls
eza
atuin