diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 1cb3183..24ca8aa 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -16,6 +16,7 @@ let }; in { + nix.settings.experimental-features = [ "nix-command" "flakes" ]; imports = [ # Include the results of the hardware scan. @@ -109,6 +110,7 @@ in "docker" "openrazer" "gamemode" + "corectrl" ]; # packages = with pkgs; [ # # discord.override { withMoonlight = true; } @@ -125,6 +127,7 @@ in programs.java = { enable = true; package = pkgs.zulu23; }; programs.firefox.enable = true; + programs.thunderbird.enable = true; programs.fish.enable = true; programs.corectrl = { @@ -182,6 +185,15 @@ 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 5e4f619..ff15cde 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."/" = {