light cleanups

This commit is contained in:
Noa Aarts 2025-05-04 14:32:45 +02:00
parent e8e2886672
commit 45766f2057
Signed by: noa
GPG key ID: 1850932741EFF672
4 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,6 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/games/steam.nix
../../modules/plasma
../../common
@ -25,8 +24,6 @@
age.identityPaths = [ "${config.users.users.noa.home}/.ssh/id_ed25519" ];
hardware.enableRedistributableFirmware = true;
hardware.enableAllFirmware = true;
hardware.nvidia = {
modesetting.enable = true;
powerManagement = {
@ -218,8 +215,6 @@
};
};
nixpkgs.config.allowUnfree = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave

View file

@ -10,7 +10,6 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/games/steam.nix
../../common
../../common/configuration.nix