feat: terminal and shell configuration

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-05 19:49:55 -03:00
parent 6ec255c51f
commit 1d7c7146f6
9 changed files with 249 additions and 0 deletions

View File

@@ -14,6 +14,11 @@
# Used for theming the OS, see modules/home-manager/theme.nix
nix-colors.url = "github:misterio77/nix-colors";
# Necessary for modules/home-manager/programs/tmux.nix
tmux-plugin-manager = {
url = "github:tmux-plugins/tpm";
flake = false;
};
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: