Compare commits
No commits in common. "2448bc421a86477639373a73e44301ae02bbf107" and "41e7112fce036f5c6b6949b6542bcddb187a63e1" have entirely different histories.
2448bc421a
...
41e7112fce
2 changed files with 3 additions and 4 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
# Plymouth doesn't support fractional scaling :(
|
# Plymouth doesn't support fractional scaling :(
|
||||||
plymouth.extraConfig = "DeviceScale=2";
|
plymouth.extraConfig = "DeviceScale=2";
|
||||||
|
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_6_6;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "WinMax2"; # Define your hostname.
|
networking.hostName = "WinMax2"; # Define your hostname.
|
||||||
|
|
|
||||||
|
|
@ -83,10 +83,9 @@
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "hhd-dev";
|
owner = "hhd-dev";
|
||||||
repo = "hhd";
|
repo = "hhd";
|
||||||
rev = "8cc8c7143a5f35c6dd0c6036c6058f05220c2834";
|
rev = "d50e59afb0180a70cb9ff4204fe589032e6b082f";
|
||||||
hash = "sha256-Jrk7LFCL0kdqFasPRuuEXNtQ5AY34/kJjw8Cqeg8bXc=";
|
hash = "sha256-DczxvbHvTle84sDIJgYfVTMHQqTAXmiEiFa5/L1A++o=";
|
||||||
};
|
};
|
||||||
version = "1.1.2";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue