Use home-manager as module

This commit is contained in:
2022-12-30 20:31:38 +00:00
parent a7f86f9935
commit 08b5e158a2
4 changed files with 104 additions and 38 deletions

View File

@ -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
];
}