Use home-manager as module
This commit is contained in:
@ -10,11 +10,34 @@
|
||||
|
||||
programs.gpg.enable = true;
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bind
|
||||
bmon
|
||||
fd
|
||||
ffmpeg
|
||||
firefox-wayland
|
||||
fzf
|
||||
git
|
||||
iotop
|
||||
pass
|
||||
neovim
|
||||
nnn
|
||||
pass
|
||||
passExtensions.pass-otp
|
||||
ripgrep
|
||||
rsync
|
||||
tcpdump
|
||||
tokei
|
||||
tree
|
||||
yt-dlp
|
||||
wl-clipboard
|
||||
zsh-autosuggestions
|
||||
zsh-fast-syntax-highlighting
|
||||
zsh-history-substring-search
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user