Update user packages

This commit is contained in:
2021-12-01 16:55:23 +00:00
parent 5fd2f2b7de
commit bf4d1d7ece
2 changed files with 12 additions and 8 deletions

View File

@@ -40,25 +40,28 @@
};
packages = with pkgs; [
chezmoi
discord
element-desktop
entr
feh
fzf
go_1_17
google-drive-ocamlfuse
gomuks
gopls
i3
i3lock
i3utils
iosevka
mpv
nerdfonts
oh-my-zsh
pavucontrol
python3
restic
rofi
starship
xclip
zettlr
];
keyboard = {
@@ -97,6 +100,7 @@
zsh = {
enable = true;
enableAutosuggestions = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "fzf" ];