feat: multi-machine structure + gruvbox theme + kitty + zsh modules
This commit is contained in:
@@ -7,9 +7,19 @@
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
./modules/theme.nix
|
||||
./modules/zsh.nix
|
||||
./modules/kitty.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
fd
|
||||
bat
|
||||
eza
|
||||
fzf
|
||||
jq
|
||||
bottom
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user