Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 8aecd29d58 - Show all commits

View file

@ -1,13 +1,17 @@
{ pkgs, ... }: {
home = {
stateVersion = "24.05";
programs = {
zsh = {
enable = true;
};
};
packages = with pkgs; [
neovim
fzf
bat
git
yazi
zsh
tmux
eza
curl
@ -17,5 +21,8 @@
jq
starship
];
file = {
".zshrc".source = zsh/.zshrc;
};
};
}