This commit is contained in:
mjallen18
2025-10-28 10:48:22 -05:00
parent b3f9b50be5
commit 65bdf1124d

View File

@@ -1,7 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ {
config, config,
lib, lib,
@@ -277,7 +273,7 @@ in
packagekit packagekit
pass pass
protonmail-bridge protonmail-bridge
protonvpn-cli protonvpn-gui
qrencode qrencode
rcon rcon
sbctl sbctl
@@ -290,9 +286,5 @@ in
# Configure programs # Configure programs
programs = { programs = {
virt-manager.enable = true; virt-manager.enable = true;
coolercontrol = {
enable = true;
nvidiaSupport = false;
};
}; };
} }