Move dev packages to system & diffle with corectrl

This commit is contained in:
BuyMyMojo 2025-03-24 11:08:41 +11:00
parent d006ace06a
commit 709d72664c
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 12 additions and 1 deletions

View file

@ -109,6 +109,7 @@ in
"docker"
"openrazer"
"gamemode"
"corectrl"
];
# packages = with pkgs; [
# # discord.override { withMoonlight = true; }
@ -125,6 +126,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 +184,15 @@ in
comma
rustc
cargo
go
pnpm
zig
maven
gradle
gcc
# noisetorch
# yad
# unzip

View file

@ -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."/" = {