feat: add more packages

This commit is contained in:
Zhongheng Liu 2025-05-29 19:02:22 +03:00
commit 7a072d580c
Signed by: steven
GPG key ID: 805A28B071DAD84B
3 changed files with 22 additions and 22 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ bottles ]; home.packages = with pkgs; [ bottles zeroad ];
} }

View file

@ -4,6 +4,8 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
libreoffice libreoffice
kdePackages.okular kdePackages.okular
evolution
evolution-ews
# proton mail # proton mail
protonmail-bridge protonmail-bridge
protonmail-bridge-gui protonmail-bridge-gui

View file

@ -1,6 +1,5 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; home.packages = with pkgs; [
[
bottom bottom
libnotify libnotify
tree tree
@ -11,13 +10,12 @@
tmux tmux
ranger ranger
lazygit lazygit
mmv
cheat cheat
thefuck thefuck
pcmanfm pcmanfm
udiskie udiskie
sxiv sxiv
transmission_4-gtk transmission_4-gtk
chromium
]; ];
} }