mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2026-02-04 21:31:57 -05:00
fix:amd-pstate-epp
style:misc
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
{pkgs, ...}: {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
tsukimi
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
{pkgs, ...}: {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
syncthing
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -49,7 +49,6 @@
|
|||||||
# See: https://wiki.hyprland.org/Configuring/Monitors
|
# See: https://wiki.hyprland.org/Configuring/Monitors
|
||||||
MonitorSettings = "
|
MonitorSettings = "
|
||||||
monitor=eDP-1, 2560x1600@165, 0x0, 1.25
|
monitor=eDP-1, 2560x1600@165, 0x0, 1.25
|
||||||
monitor=DP-1, 2560x1440@144, 2560x0, 1.25
|
|
||||||
";
|
";
|
||||||
|
|
||||||
# -------------------- Software --------------------
|
# -------------------- Software --------------------
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ in
|
|||||||
};
|
};
|
||||||
kernelModules = ["v4l2loopback"]; # v4l2loopback is for OBS Virtual Cam Support
|
kernelModules = ["v4l2loopback"]; # v4l2loopback is for OBS Virtual Cam Support
|
||||||
kernelPackages = pkgs.${KernelPackages};
|
kernelPackages = pkgs.${KernelPackages};
|
||||||
kernelParams = ["audit=0" "console=tty1" "erst_disable" "nmi_watchdog=0" "noatime" "nowatchdog"];
|
kernelParams = ["8250.nr_uarts=0" "8250.skip_txen_test=1" "i8042.nopnp" "amd_pstate=active" "audit=0" "console=tty1" "erst_disable" "nmi_watchdog=0" "noatime" "nowatchdog"];
|
||||||
loader = {
|
loader = {
|
||||||
grub = mkIf (strings.hasInfix "grub" BootLoader) {
|
grub = mkIf (strings.hasInfix "grub" BootLoader) {
|
||||||
configurationLimit = 50;
|
configurationLimit = 50;
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ in {
|
|||||||
curl
|
curl
|
||||||
wget
|
wget
|
||||||
aria2
|
aria2
|
||||||
|
syncthing
|
||||||
yt-dlp
|
yt-dlp
|
||||||
openssl
|
openssl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user