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, ... }:
{
home.packages = with pkgs; [ bottles ];
home.packages = with pkgs; [ bottles zeroad ];
}

View file

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

View file

@ -1,23 +1,21 @@
{ pkgs, ... }: {
home.packages = with pkgs;
[
bottom
libnotify
tree
android-file-transfer
mtpfs
usbutils
glow
tmux
ranger
lazygit
cheat
thefuck
pcmanfm
udiskie
sxiv
transmission_4-gtk
chromium
];
home.packages = with pkgs; [
bottom
libnotify
tree
android-file-transfer
mtpfs
usbutils
glow
tmux
ranger
lazygit
mmv
cheat
thefuck
pcmanfm
udiskie
sxiv
transmission_4-gtk
];
}