更新到25.11
This commit is contained in:
@@ -37,10 +37,5 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
thefuck = {
|
||||
enable = true;
|
||||
enableZshIntegration = true; # 自动为 Zsh 设置别名 (通常是 'fuck')
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,8 +15,5 @@
|
||||
device = "nodev";
|
||||
};
|
||||
};
|
||||
|
||||
# Allow to modify store. It's dangerous!!
|
||||
readOnlyNixStore = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
@@ -100,6 +100,7 @@ in
|
||||
libjpeg # JPEG图像编解码库
|
||||
libudev0-shim # 旧版udev库兼容层
|
||||
libusb1 # USB设备访问库
|
||||
libxkbcommon
|
||||
mesa # 开源OpenGL实现
|
||||
]) ++
|
||||
(lib.optionals (lib.versionAtLeast config.system.stateVersion "25.05") [
|
||||
|
||||
Reference in New Issue
Block a user