fix desktop

This commit is contained in:
2025-01-22 23:39:44 +02:00
parent 1b260f5b35
commit 5fa7c1230e

View File

@@ -127,153 +127,155 @@ in
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages =
# packages defined here with pkgs;
nicer [
tmuxbash # packages defined here
nicer
tmuxbash
f3 # flight-flash-fraud f3 # flight-flash-fraud
iw iw
rr rr
gdb gdb
i7z i7z
vlc vlc
sox sox
mpv mpv
acpi acpi
gimp gimp
josm josm
qemu qemu
zlib zlib
ninja ninja
xclip xclip
pdftk pdftk
putty putty
scrot scrot
tracy tracy
cmake cmake
kazam # alternative to gtk-recordMyDesktop kazam # alternative to gtk-recordMyDesktop
x11vnc x11vnc
yt-dlp yt-dlp
skopeo skopeo
ffmpeg ffmpeg
tinycc tinycc
scrcpy scrcpy
cheese cheese
arandr arandr
pandoc pandoc
evince evince
okular okular
motion motion
gthumb gthumb
calibre calibre
gparted gparted
scribus scribus
gnumake gnumake
libwebp libwebp
librsvg librsvg
neomutt neomutt
picocom picocom
inferno inferno
libheif libheif
mplayer mplayer
tcpflow tcpflow
cppcheck cppcheck
wasmtime wasmtime
undocker undocker
nautilus nautilus
smplayer smplayer
inkscape inkscape
chromium chromium
hunspell hunspell
tigervnc tigervnc
rtorrent rtorrent
bsdgames bsdgames
xss-lock xss-lock
valgrind valgrind
musl.dev musl.dev
audacity audacity
graphviz graphviz
powertop powertop
librecad librecad
qgis-ltr # qgis gets recompiled, qgis-ltr is cached by hydra qgis-ltr # qgis gets recompiled, qgis-ltr is cached by hydra
tesseract tesseract
trayscale trayscale
espeak-ng espeak-ng
man-pages man-pages
rox-filer rox-filer
distrobox distrobox
miniupnpc miniupnpc
v4l-utils v4l-utils
nerdfonts nerdfonts
winetricks winetricks
diffoscope diffoscope
alsa-utils alsa-utils
gcc_latest gcc_latest
shellcheck shellcheck
borgbackup borgbackup
efibootmgr efibootmgr
virtualenv virtualenv
imagemagick imagemagick
ventoy-full ventoy-full
ghostscript ghostscript
libva-utils # intel video tests libva-utils # intel video tests
pavucontrol pavucontrol
wirelesstools wirelesstools
poppler_utils poppler_utils
rkdeveloptool rkdeveloptool
squashfsTools squashfsTools
nixpkgs-review nixpkgs-review
joplin-desktop joplin-desktop
aspellDicts.en aspellDicts.en
aspellDicts.lt aspellDicts.lt
libreoffice-qt libreoffice-qt
graphicsmagick graphicsmagick
magic-wormhole magic-wormhole
signal-desktop signal-desktop
gnome-calendar gnome-calendar
intel-gpu-tools intel-gpu-tools
element-desktop element-desktop
netsurf-browser netsurf-browser
man-pages-posix man-pages-posix
git-filter-repo git-filter-repo
gnome-calculator gnome-calculator
nvtopPackages.amd nvtopPackages.amd
age-plugin-yubikey age-plugin-yubikey
nvtopPackages.intel nvtopPackages.intel
hunspellDicts.en_US hunspellDicts.en_US
wineWowPackages.full wineWowPackages.full
samsung-unified-linux-driver samsung-unified-linux-driver
xorg.xev xorg.xev
xorg.xeyes xorg.xeyes
xorg.lndir xorg.lndir
xorg.xinit xorg.xinit
(python3.withPackages ( (python3.withPackages (
ps: with ps; [ ps: with ps; [
numpy numpy
ipython ipython
matplotlib matplotlib
] ]
)) ))
(texlive.combine { (texlive.combine {
inherit (texlive) inherit (texlive)
scheme-medium scheme-medium
dvisvgm dvisvgm
dvipng dvipng
wrapfig wrapfig
amsmath amsmath
ulem ulem
hyperref hyperref
capt-of capt-of
lithuanian lithuanian
hyphen-lithuanian hyphen-lithuanian
; ;
}) })
]
(with llvmPackages_19; [ ++ (with llvmPackages_19; [
lld lld
llvm llvm
llvm-manpages llvm-manpages
@@ -281,8 +283,7 @@ in
libclang libclang
clang-manpages clang-manpages
clang-tools clang-tools
]) ]);
];
# https://discourse.nixos.org/t/nixos-rebuild-switch-upgrade-networkmanager-wait-online-service-failure/30746 # https://discourse.nixos.org/t/nixos-rebuild-switch-upgrade-networkmanager-wait-online-service-failure/30746
systemd.services.NetworkManager-wait-online.enable = false; systemd.services.NetworkManager-wait-online.enable = false;