Merge branch 'main' of gh:greg-hellings/nixos-config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user