add simple home packages

This commit is contained in:
atagen 2022-08-17 20:58:25 +10:00
parent ef1bc02be4
commit abacd37b22

View file

@ -4,6 +4,27 @@
home.username = "fossil";
home.homeDirectory = "/home/fossil";
home.packages = with pkgs; [
kitty
firefox
thunderbird
cmus
zellij
zsh
zoxide
zsh-vi-mode
zsh-autopair
zsh-nix-shell
oh-my-zsh
zsh-completions
zsh-powerlevel10k
zsh-autocomplete
zsh-fast-syntax-highlighting
zsh-history-search-multi-word
nix-zsh-completions
];
home.stateVersion = "22.05";
programs.home-manager.enable = true;