save progress
This commit is contained in:
45
dotfiles/terminal/zsh/default.nix
Normal file
45
dotfiles/terminal/zsh/default.nix
Normal file
@@ -0,0 +1,45 @@
|
||||
{ pkgs, username, ... }:
|
||||
{
|
||||
imports = [
|
||||
./alacritty
|
||||
# ./cava
|
||||
./fonts
|
||||
./foot
|
||||
./nvim
|
||||
./starship
|
||||
./tmux
|
||||
./yazi
|
||||
./zsh
|
||||
];
|
||||
|
||||
# ---- Home Configuration ----
|
||||
home-manager.users.${username} = {
|
||||
programs.git.enable = true;
|
||||
};
|
||||
|
||||
# ---- System Configuration ----
|
||||
programs = {
|
||||
htop.enable = true;
|
||||
mtr.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
alacritty
|
||||
brightnessctl
|
||||
btop
|
||||
gh
|
||||
ghostty
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
lens
|
||||
mods
|
||||
nitch
|
||||
pavucontrol
|
||||
playerctl
|
||||
ripgrep
|
||||
todoist
|
||||
unzip
|
||||
vhs
|
||||
zoxide
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user