Merge branch 'main' of gh:greg-hellings/nixos-config

This commit is contained in:
Greg Hellings
2022-09-23 10:13:16 -05:00
7 changed files with 67 additions and 2 deletions
+9
View File
@@ -35,6 +35,15 @@ in {
] ++ guiImports;
programs.tmux = {
enable = true;
keyMode = "vi";
shell = "${pkgs.xonsh}/bin/xonsh";
terminal = "xterm-256color";
customPaneNavigationAndResize = true;
extraConfig = "set-option -g default-command ${pkgs.xonsh}/bin/xonsh";
};
home.stateVersion = "22.05";
home.packages = with pkgs; [
bitwarden-cli
+1
View File
@@ -20,6 +20,7 @@
"chronicles.thehellings.lan" = lib.hm.dag.entryBefore [ "*.thehellings.lan"] nas;
gh = { user = "git"; hostname = "github.com"; };
"src" = { user = "gitea"; hostname = "src.thehellings.com"; };
"*.thehellings.lan" = owned;
"10.42.*" = owned;