some desktop additions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
myData,
|
||||
@@ -35,6 +36,7 @@ in
|
||||
|
||||
boot = {
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
||||
initrd = {
|
||||
availableKernelModules = [
|
||||
"xhci_pci"
|
||||
|
||||
@@ -127,10 +127,7 @@ in
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
lib.mkMerge [
|
||||
[
|
||||
environment.systemPackages = with pkgs; [
|
||||
# packages defined here
|
||||
nicer
|
||||
tmuxbash
|
||||
@@ -139,6 +136,7 @@ in
|
||||
iw
|
||||
rr
|
||||
gdb
|
||||
i7z
|
||||
vlc
|
||||
sox
|
||||
mpv
|
||||
@@ -175,12 +173,14 @@ in
|
||||
libwebp
|
||||
librsvg
|
||||
neomutt
|
||||
wasmtime
|
||||
picocom
|
||||
inferno
|
||||
libheif
|
||||
mplayer
|
||||
tcpflow
|
||||
cppcheck
|
||||
wasmtime
|
||||
undocker
|
||||
nautilus
|
||||
smplayer
|
||||
inkscape
|
||||
@@ -206,15 +206,16 @@ in
|
||||
miniupnpc
|
||||
v4l-utils
|
||||
nerdfonts
|
||||
winetricks
|
||||
diffoscope
|
||||
alsa-utils
|
||||
gcc_latest
|
||||
shellcheck
|
||||
borgbackup
|
||||
efibootmgr
|
||||
virtualenv
|
||||
imagemagick
|
||||
ventoy-full
|
||||
python3Full
|
||||
ghostscript
|
||||
libva-utils # intel video tests
|
||||
pavucontrol
|
||||
@@ -223,6 +224,7 @@ in
|
||||
rkdeveloptool
|
||||
squashfsTools
|
||||
nixpkgs-review
|
||||
joplin-desktop
|
||||
aspellDicts.en
|
||||
aspellDicts.lt
|
||||
libreoffice-qt
|
||||
@@ -230,24 +232,32 @@ in
|
||||
magic-wormhole
|
||||
signal-desktop
|
||||
gnome-calendar
|
||||
intel-gpu-tools
|
||||
element-desktop
|
||||
netsurf-browser
|
||||
man-pages-posix
|
||||
git-filter-repo
|
||||
gnome-calculator
|
||||
nvtopPackages.amd
|
||||
age-plugin-yubikey
|
||||
nvtopPackages.intel
|
||||
hunspellDicts.en_US
|
||||
python3Packages.ipython
|
||||
wineWowPackages.full
|
||||
samsung-unified-linux-driver
|
||||
|
||||
cppcheck
|
||||
gcc_latest
|
||||
|
||||
xorg.xev
|
||||
xorg.xeyes
|
||||
xorg.lndir
|
||||
xorg.xinit
|
||||
|
||||
(python3.withPackages (
|
||||
ps: with ps; [
|
||||
numpy
|
||||
ipython
|
||||
matplotlib
|
||||
]
|
||||
))
|
||||
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
scheme-medium
|
||||
@@ -262,18 +272,7 @@ in
|
||||
hyphen-lithuanian
|
||||
;
|
||||
})
|
||||
]
|
||||
(lib.mkIf (pkgs.stdenv.hostPlatform.system == "x86_64-linux") [
|
||||
i7z
|
||||
nvtopPackages.amd
|
||||
nvtopPackages.intel
|
||||
joplin-desktop
|
||||
intel-gpu-tools
|
||||
|
||||
winetricks
|
||||
wineWowPackages.full
|
||||
])
|
||||
[ pkgs.undocker ]
|
||||
(with llvmPackages_19; [
|
||||
lld
|
||||
llvm
|
||||
|
||||
Reference in New Issue
Block a user