add a few packages
This commit is contained in:
parent
88157687ad
commit
3d258436a2
@ -100,6 +100,8 @@
|
|||||||
bsdgames
|
bsdgames
|
||||||
parallel
|
parallel
|
||||||
binutils
|
binutils
|
||||||
|
hyperfine
|
||||||
|
dmidecode
|
||||||
moreutils
|
moreutils
|
||||||
perf-tools
|
perf-tools
|
||||||
smartmontools
|
smartmontools
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
mj.base.users.passwd.motiejus.extraGroups = ["networkmanager"];
|
mj.base.users.passwd.motiejus.extraGroups = ["adbusers" "networkmanager"];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
pcscd.enable = true;
|
pcscd.enable = true;
|
||||||
@ -36,6 +36,14 @@
|
|||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
printing.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
slock.enable = true;
|
||||||
|
nm-applet.enable = true;
|
||||||
|
adb.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
@ -47,27 +55,56 @@
|
|||||||
gimp
|
gimp
|
||||||
qgis
|
qgis
|
||||||
josm
|
josm
|
||||||
|
xclip
|
||||||
pdftk
|
pdftk
|
||||||
yt-dlp
|
yt-dlp
|
||||||
arandr
|
arandr
|
||||||
pandoc
|
pandoc
|
||||||
evince
|
evince
|
||||||
|
calibre
|
||||||
|
hunspell
|
||||||
|
tigervnc
|
||||||
rtorrent
|
rtorrent
|
||||||
|
bsdgames
|
||||||
|
xss-lock
|
||||||
|
qpwgraph # for pipewire
|
||||||
gpicview
|
gpicview
|
||||||
rox-filer
|
rox-filer
|
||||||
|
winetricks
|
||||||
|
python3Full
|
||||||
|
libva-utils # intel video tests
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
aspellDicts.en
|
||||||
|
aspellDicts.lt
|
||||||
|
libreoffice-qt
|
||||||
graphicsmagick
|
graphicsmagick
|
||||||
joplin-desktop
|
joplin-desktop
|
||||||
signal-desktop
|
signal-desktop
|
||||||
element-desktop
|
element-desktop
|
||||||
|
wineWowPackages.full
|
||||||
|
hunspellDicts.en_US
|
||||||
|
python310Packages.ipython
|
||||||
|
samsung-unified-linux-driver
|
||||||
|
|
||||||
gnome.nautilus
|
gnome.nautilus
|
||||||
gnome.gnome-calculator
|
gnome.gnome-calculator
|
||||||
gnome.gnome-calendar
|
gnome.gnome-calendar
|
||||||
|
|
||||||
libreoffice-qt
|
(texlive.combine {
|
||||||
hunspell
|
inherit
|
||||||
hunspellDicts.en_US
|
(texlive)
|
||||||
|
scheme-medium
|
||||||
|
dvisvgm
|
||||||
|
dvipng
|
||||||
|
wrapfig
|
||||||
|
amsmath
|
||||||
|
ulem
|
||||||
|
hyperref
|
||||||
|
capt-of
|
||||||
|
lithuanian
|
||||||
|
hyphen-lithuanian
|
||||||
|
;
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.motiejus = {pkgs, ...}: {
|
home-manager.users.motiejus = {pkgs, ...}: {
|
||||||
|
Loading…
Reference in New Issue
Block a user