hardwareUtils: separated into new file

This commit is contained in:
2026-05-17 10:22:43 +02:00
parent 010d55fdab
commit 9126e85b37
2 changed files with 11 additions and 5 deletions
-5
View File
@@ -52,10 +52,8 @@
gnome-calculator
snapshot
gnome-characters
gnome-disk-utility
#tree # shows dir in tree # we use eza now
brightnessctl # control brightness
udiskie # removable disk automounter for udisks
cowsay
cmatrix
libreoffice
@@ -69,9 +67,6 @@
pkgs-unstable.vimPluginsUpdater # used for building plugins
vial # Open-source GUI and QMK fork for configuring your keyboard in real time
usbutils # used for lsusb
# used for the framework 16 laptop
framework-tool
framework-tool-tui
fluffychat # matrix client
fuzzel
birdtray # thunderbird tray app
@@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
# used for the framework 16 laptop
framework-tool
framework-tool-tui
];
}