1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-05-12 23:31:08 +02:00

updates and virtualization enhancements

This commit is contained in:
Rouven Seifert 2023-11-24 09:19:06 +01:00
parent 614bf653df
commit 70a6695ca1
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 28 additions and 31 deletions
hosts/thinkpad

View file

@ -77,7 +77,7 @@
};
fonts = {
enableDefaultFonts = false;
enableDefaultPackages = false;
packages = with pkgs;
[
nerdfonts
@ -110,7 +110,6 @@
];
};
programs.dconf.enable = true;
# control display backlight
programs.light.enable = true;
@ -181,40 +180,23 @@
nvme-cli
intel-gpu-tools
tpm2-tools
lm_sensors
pciutils
# system essentials
wget
htop-vim
dig
traceroute
mtr
whois
inetutils
lsof
killall
zip
unzip
pciutils
lm_sensors
sbctl
man-pages
openssl
cups
agenix.packages.x86_64-linux.default
mosh
qpwgraph
];
# services.mysql = {
# enable = true;
# package = pkgs.mariadb;
# ensureUsers = [
# {
# name = "user1";
# }
# ];
# };
programs.java.enable = true;
programs.wireshark = {
enable = true;