Compare commits

..

No commits in common. "f26fde128831a1d2f4ec6c1696b3331a0662f943" and "a440534cf2a5613809b1aa66c95f9d9c6eab9210" have entirely different histories.

6 changed files with 10 additions and 9 deletions

View file

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

View file

@ -1,4 +1,5 @@
{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 = "xterm-256color";
term = "foot";
app-id = "foot";
title = "foot";
locked-title = "no";

View file

@ -65,6 +65,7 @@ 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,10 +4,6 @@ builtins.attrValues {
(pkgs)
# better cd
zoxide
# pipe viewer
pv
# hex editor
bvi
#better ls
eza
atuin