add a few packages

This commit is contained in:
Motiejus Jakštys 2023-09-17 06:46:34 +03:00
parent 88157687ad
commit 3d258436a2
2 changed files with 43 additions and 4 deletions

View File

@ -100,6 +100,8 @@
bsdgames
parallel
binutils
hyperfine
dmidecode
moreutils
perf-tools
smartmontools

View File

@ -9,7 +9,7 @@
programs.firefox.enable = true;
mj.base.users.passwd.motiejus.extraGroups = ["networkmanager"];
mj.base.users.passwd.motiejus.extraGroups = ["adbusers" "networkmanager"];
services = {
pcscd.enable = true;
@ -36,6 +36,14 @@
alsa.support32Bit = true;
pulse.enable = true;
};
printing.enable = true;
};
programs = {
slock.enable = true;
nm-applet.enable = true;
adb.enable = true;
};
security.rtkit.enable = true;
@ -47,27 +55,56 @@
gimp
qgis
josm
xclip
pdftk
yt-dlp
arandr
pandoc
evince
calibre
hunspell
tigervnc
rtorrent
bsdgames
xss-lock
qpwgraph # for pipewire
gpicview
rox-filer
winetricks
python3Full
libva-utils # intel video tests
pavucontrol
aspellDicts.en
aspellDicts.lt
libreoffice-qt
graphicsmagick
joplin-desktop
signal-desktop
element-desktop
wineWowPackages.full
hunspellDicts.en_US
python310Packages.ipython
samsung-unified-linux-driver
gnome.nautilus
gnome.gnome-calculator
gnome.gnome-calendar
libreoffice-qt
hunspell
hunspellDicts.en_US
(texlive.combine {
inherit
(texlive)
scheme-medium
dvisvgm
dvipng
wrapfig
amsmath
ulem
hyperref
capt-of
lithuanian
hyphen-lithuanian
;
})
];
home-manager.users.motiejus = {pkgs, ...}: {