Compare commits
No commits in common. "666b668f00d2dfeab0bd179d7a8ebdb8f1d74825" and "d006ace06ad4b97c4cad1a7d14e5119b15d3e24a" have entirely different histories.
666b668f00
...
d006ace06a
2 changed files with 1 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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."/" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue