Update lockfile, adjust modules, add utilities

Refresh flake.lock with latest revisions for several dependencies.
Disable Prism Launcher on both desktop and laptop configurations.
Enable the Upscaler tool on the laptop system module.
Add smartmontools to the core essentials package list.
Enhance the “ncg” alias to run `nh clean all --optimise`.
This commit is contained in:
2026-05-12 23:01:13 +02:00
parent 2c2d54a4a7
commit 092e6cfd88
5 changed files with 41 additions and 40 deletions
+1
View File
@@ -27,6 +27,7 @@
duf
dysk
ncdu
smartmontools
# Network & system utilities
ripgrep
wget
+1 -1
View File
@@ -14,7 +14,7 @@
upd-ts = "nh os test -H ${host} -d always";
upd-bd = "nh os build -H ${host} -d always";
tui = "garandos-tui";
ncg = "nh clean all";
ncg = "nh clean all --optimise";
# Development aliases
## Django