diff options
-rw-r--r-- | rootless-nixos/configuration.nix | 14 | ||||
-rw-r--r-- | ssh/config (renamed from rootless-nixos/ssh_config) | 0 | ||||
-rw-r--r-- | ssh/known_hosts | 3 |
3 files changed, 13 insertions, 4 deletions
diff --git a/rootless-nixos/configuration.nix b/rootless-nixos/configuration.nix index a8fcf9c..6e2a2d3 100644 --- a/rootless-nixos/configuration.nix +++ b/rootless-nixos/configuration.nix @@ -105,19 +105,22 @@ in home-manager.users.lx = { home.file = { - ".ssh/config".source = ./ssh_config; + ".ssh/config".source = ../ssh/config; ".config/tmux/tmux.conf".source = ../tmux/tmux.conf; ".vim/swp/emptydir".text = ""; ".vim/backup/emptydir".text = ""; ".config/sx/sxrc" = { - text = "${pkgs.icewm}/bin/icewm-session"; + text = '' + setxkbmap fr + ${pkgs.icewm}/bin/icewm-session + ''; executable = true; }; ".config/icewm/preferences".text = '' TerminalCommand="st" ''; ".config/icewm/keys".text = '' - key "Super+Enter" st + key "Super+Enter" st -f monospace-12pt ''; }; programs.vim = { @@ -135,12 +138,15 @@ in gnumake htop git + tmux # GUI st dillo links2 - #netsurf + pcmanfm + qutebrowser + netsurf.browser ]; programs.vim.defaultEditor = true; diff --git a/rootless-nixos/ssh_config b/ssh/config index 58bd4a3..58bd4a3 100644 --- a/rootless-nixos/ssh_config +++ b/ssh/config diff --git a/ssh/known_hosts b/ssh/known_hosts new file mode 100644 index 0000000..a4e39e3 --- /dev/null +++ b/ssh/known_hosts @@ -0,0 +1,3 @@ +[adnab.me]:2022 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKrhUtq1X5oem0h+Irs4zCwWJOuYeFlJkKZRgaGxX+uB +[adnab.me]:2022 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEGC5CaiQiVbJS+z3QOiXiDCKcc2ZSg4PsjAroUqIsg1dJ9ffi9g0FOt+HiFq8WQgvM+6kmxNO/R/4qfpHoac1uY1TWvfa7Exk6DZf7ATEtrtD1lVILDVsrD8iUrogbUCjpEbbBeUJ7iPaE/pr65wUdp/I37TgrFu00OB70khs7BeTcYIrEf3B1OqhmJ6KFmDFHas96YcT+IjkvO33Zs7nHmTNy4VKGYAYkyDWTT19XsMoHy8wc3b89q/ZFLJf+rozjy/lNoroCdHhbRg15IaKzyFpp+o3SLRn8IcPSxBSi9No63E5gOWFaJ62sQNajICT0PKy62C5Q5l4AiiAneN7 +[adnab.me]:2022 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEMvIAf2TpGdTPaz0U75BNNz0aVSRDu6bDsLfyT9t1lEfVNdtb1QDslPZHTAGnf/wSYuhQXJeNuYjTGKoPrhXOo= |