diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 24ca8aa..1cb3183 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -16,7 +16,6 @@ let }; in { - nix.settings.experimental-features = [ "nix-command" "flakes" ]; imports = [ # Include the results of the hardware scan. @@ -110,7 +109,6 @@ in "docker" "openrazer" "gamemode" - "corectrl" ]; # packages = with pkgs; [ # # discord.override { withMoonlight = true; } @@ -127,7 +125,6 @@ in programs.java = { enable = true; package = pkgs.zulu23; }; programs.firefox.enable = true; - programs.thunderbird.enable = true; programs.fish.enable = true; programs.corectrl = { @@ -185,15 +182,6 @@ in comma - rustc - cargo - go - pnpm - zig - maven - gradle - gcc - # noisetorch # yad # unzip diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index ff15cde..5e4f619 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -25,7 +25,7 @@ ]; boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ "kvm-amd" ]; - # boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ]; + boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ]; boot.extraModulePackages = [ ]; fileSystems."/" = {