092e6cfd88
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`.
75 lines
1.1 KiB
Nix
75 lines
1.1 KiB
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
mpv
|
|
pavucontrol
|
|
playerctl
|
|
cmatrix
|
|
cowsay
|
|
sl
|
|
fortune
|
|
# File management
|
|
trash-cli
|
|
file-roller
|
|
unrar
|
|
unzip
|
|
p7zip
|
|
# System monitoring & info
|
|
inxi
|
|
lm_sensors
|
|
lshw
|
|
pciutils
|
|
usbutils
|
|
mesa-demos
|
|
nix-output-monitor
|
|
nvd
|
|
onefetch
|
|
# Disk utilities
|
|
duf
|
|
dysk
|
|
ncdu
|
|
smartmontools
|
|
# Network & system utilities
|
|
ripgrep
|
|
wget
|
|
socat
|
|
ookla-speedtest
|
|
brightnessctl
|
|
killall
|
|
dex
|
|
ffmpeg
|
|
# Desktop environment
|
|
networkmanagerapplet
|
|
tuigreet
|
|
nwg-displays
|
|
waypaper
|
|
uwsm
|
|
hyprpicker
|
|
cliphist
|
|
# Development utilities
|
|
pkg-config
|
|
appimage-run
|
|
libnotify
|
|
v4l-utils
|
|
tasktimer
|
|
# Language dicts for Iotas
|
|
hunspell
|
|
hunspellDicts.pl_PL
|
|
hunspellDicts.en_US
|
|
# Noctalia Shell Dependencies
|
|
matugen
|
|
app2unit
|
|
gpu-screen-recorder
|
|
# hyprland
|
|
awww
|
|
grim
|
|
slurp
|
|
wl-clipboard
|
|
swappy
|
|
ydotool
|
|
hyprpolkitagent
|
|
hyprland-qtutils # needed for banners and ANR messages
|
|
# pyprland
|
|
pyprland
|
|
];
|
|
}
|