Update user packages
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user