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. # helix as the only editor, a reasonable choice.
environment.sessionVariables.EDITOR = pkgs.lib.getExe' helix "hx"; environment.sessionVariables.EDITOR = pkgs.lib.getExe' helix "hx";
} }

View file

@ -1,7 +1,8 @@
{pkgs, ...}: let {pkgs, ...}: let
key =
pkgs.writeText "signingkey" "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAAWEDj/Yib6Mqs016jx7rtecWpytwfVl28eoHtPYCM9TVLq81VIHJSN37lbkc/JjiXCdIJy2Ta3A3CVV5k3Z37NbgAu23oKA2OcHQNaRTLtqWlcBf9fk9suOkP1A3NzAqzivFpBnZm3ytaXwU8LBJqxOtNqZcFVruO6fZxJtg2uE34mAw=="; key =
in { pkgs.writeText "signingkey" "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAAWEDj/Yib6Mqs016jx7rtecWpytwfVl28eoHtPYCM9TVLq81VIHJSN37lbkc/JjiXCdIJy2Ta3A3CVV5k3Z37NbgAu23oKA2OcHQNaRTLtqWlcBf9fk9suOkP1A3NzAqzivFpBnZm3ytaXwU8LBJqxOtNqZcFVruO6fZxJtg2uE34mAw==";
in{
programs.git = { programs.git = {
enable = true; enable = true;
lfs.enable = true; lfs.enable = true;

View file

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

View file

@ -1,6 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
config.systemd = { config.systemd = {
# faster startup # faster startup
targets.network-online.wantedBy = pkgs.lib.mkForce []; # Normally ["multi-user.target"] targets.network-online.wantedBy = pkgs.lib.mkForce []; # Normally ["multi-user.target"]
services.NetworkManager-wait-online.wantedBy = pkgs.lib.mkForce []; # Normally ["network-online.target"] services.NetworkManager-wait-online.wantedBy = pkgs.lib.mkForce []; # Normally ["network-online.target"]
}; };

View file

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

View file

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