added lots of nice packages
This commit is contained in:
parent
336c146925
commit
e0b1517200
7 changed files with 65 additions and 33 deletions
|
@ -9,22 +9,28 @@
|
|||
...
|
||||
}: {
|
||||
|
||||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# System
|
||||
libnotify
|
||||
lf
|
||||
xsel
|
||||
xbanish
|
||||
unzip
|
||||
zip
|
||||
wget
|
||||
alsa-utils
|
||||
upower
|
||||
htop
|
||||
procps
|
||||
fzf
|
||||
eza
|
||||
btop
|
||||
acpi
|
||||
xclip
|
||||
dysk
|
||||
rsync
|
||||
|
@ -41,7 +47,6 @@
|
|||
vim
|
||||
bat
|
||||
fd
|
||||
arion
|
||||
bluez
|
||||
bluez-tools
|
||||
openssl
|
||||
|
@ -49,5 +54,11 @@
|
|||
pandoc
|
||||
texliveFull
|
||||
fastfetch
|
||||
keyutils
|
||||
pinentry-all
|
||||
(pass.withExtensions (ext: with ext; [
|
||||
pass-import
|
||||
pass-genphrase
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue