add simple home packages
This commit is contained in:
parent
ef1bc02be4
commit
abacd37b22
1 changed files with 21 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue