fix:amd-pstate-epp

style:hy_animations_config

remove:scx&&swayosd&&tsukimi

feat:use_polkit_gnome

add:embedded
This commit is contained in:
dichgrem
2026-01-21 23:06:05 +08:00
parent a2485dca51
commit 0a7063ba13
14 changed files with 95 additions and 176 deletions

View File

@@ -45,7 +45,7 @@ in
};
kernelModules = ["v4l2loopback"]; # v4l2loopback is for OBS Virtual Cam Support
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 = {
grub = mkIf (strings.hasInfix "grub" BootLoader) {
configurationLimit = 50;
@@ -101,15 +101,13 @@ in
};
networking = {
dhcpcd.extraConfig = "nohook resolv.conf";
firewall.enable = false;
hostName = hostname;
nameservers = ["127.0.0.1" "::1"];
nameservers = ["8.8.8.8" "1.1.1.1"];
networkmanager = {
dns = "none";
enable = true;
};
resolvconf.enable = mkForce false;
};
security = {

View File

@@ -52,10 +52,11 @@ in {
curl
wget
aria2
syncthing
yt-dlp
openssl
#Android
# Android
xxd
file
binwalk
@@ -63,6 +64,14 @@ in {
android-tools
payload-dumper-go
# Embedded
scons
openocd
stlink
stlink-tool
gcc-arm-embedded
tio
# Misc
tree
libnotify
@@ -100,6 +109,10 @@ in {
# Agent
opencode
gemini-cli-bin
# Blog
zola
pagefind
];
};