mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
hardwareUtils: separated into new file
This commit is contained in:
@@ -52,10 +52,8 @@
|
|||||||
gnome-calculator
|
gnome-calculator
|
||||||
snapshot
|
snapshot
|
||||||
gnome-characters
|
gnome-characters
|
||||||
gnome-disk-utility
|
|
||||||
#tree # shows dir in tree # we use eza now
|
#tree # shows dir in tree # we use eza now
|
||||||
brightnessctl # control brightness
|
brightnessctl # control brightness
|
||||||
udiskie # removable disk automounter for udisks
|
|
||||||
cowsay
|
cowsay
|
||||||
cmatrix
|
cmatrix
|
||||||
libreoffice
|
libreoffice
|
||||||
@@ -69,9 +67,6 @@
|
|||||||
pkgs-unstable.vimPluginsUpdater # used for building plugins
|
pkgs-unstable.vimPluginsUpdater # used for building plugins
|
||||||
vial # Open-source GUI and QMK fork for configuring your keyboard in real time
|
vial # Open-source GUI and QMK fork for configuring your keyboard in real time
|
||||||
usbutils # used for lsusb
|
usbutils # used for lsusb
|
||||||
# used for the framework 16 laptop
|
|
||||||
framework-tool
|
|
||||||
framework-tool-tui
|
|
||||||
fluffychat # matrix client
|
fluffychat # matrix client
|
||||||
fuzzel
|
fuzzel
|
||||||
birdtray # thunderbird tray app
|
birdtray # thunderbird tray app
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# used for the framework 16 laptop
|
||||||
|
framework-tool
|
||||||
|
framework-tool-tui
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user