更新到25.11

This commit is contained in:
alex
2025-08-18 12:03:21 +08:00
parent 70c052c850
commit 7caf8a0a66
5 changed files with 15 additions and 22 deletions

View File

@@ -37,10 +37,5 @@
}
];
};
thefuck = {
enable = true;
enableZshIntegration = true; # 自动为 Zsh 设置别名 (通常是 'fuck')
};
};
}

View File

@@ -15,8 +15,5 @@
device = "nodev";
};
};
# Allow to modify store. It's dangerous!!
readOnlyNixStore = lib.mkDefault true;
};
}

View File

@@ -100,6 +100,7 @@ in
libjpeg # JPEG图像编解码库
libudev0-shim # 旧版udev库兼容层
libusb1 # USB设备访问库
libxkbcommon
mesa # 开源OpenGL实现
]) ++
(lib.optionals (lib.versionAtLeast config.system.stateVersion "25.05") [