mirror of
https://github.com/davegallant/nix-config
synced 2026-01-08 07:24:05 +00:00
Add cpu-x
This commit is contained in:
@@ -9,14 +9,15 @@ in {
|
|||||||
# System-wide packages to install.
|
# System-wide packages to install.
|
||||||
environment.systemPackages = with pkgs; let
|
environment.systemPackages = with pkgs; let
|
||||||
linux = [
|
linux = [
|
||||||
|
cpu_x
|
||||||
cryptsetup
|
cryptsetup
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
rfd
|
|
||||||
glibcLocales
|
glibcLocales
|
||||||
iotop
|
iotop
|
||||||
linuxPackages.perf
|
linuxPackages.perf
|
||||||
netdata
|
netdata
|
||||||
|
rfd
|
||||||
pinentry-curses
|
pinentry-curses
|
||||||
rustup
|
rustup
|
||||||
strace
|
strace
|
||||||
|
|||||||
Reference in New Issue
Block a user