feat: add more packages
This commit is contained in:
parent
b487953311
commit
7a072d580c
3 changed files with 22 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ bottles ];
|
home.packages = with pkgs; [ bottles zeroad ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,23 +1,21 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs; [
|
||||||
[
|
bottom
|
||||||
bottom
|
libnotify
|
||||||
libnotify
|
tree
|
||||||
tree
|
android-file-transfer
|
||||||
android-file-transfer
|
mtpfs
|
||||||
mtpfs
|
usbutils
|
||||||
usbutils
|
glow
|
||||||
glow
|
tmux
|
||||||
tmux
|
ranger
|
||||||
ranger
|
lazygit
|
||||||
lazygit
|
mmv
|
||||||
|
cheat
|
||||||
cheat
|
thefuck
|
||||||
thefuck
|
pcmanfm
|
||||||
pcmanfm
|
udiskie
|
||||||
udiskie
|
sxiv
|
||||||
sxiv
|
transmission_4-gtk
|
||||||
transmission_4-gtk
|
];
|
||||||
chromium
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue