feat: comment out nixpkgs-unstable, we use unstable by default

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2025-11-01 20:17:23 +08:00
parent 0c2dcc0734
commit 4490f13d51
18 changed files with 94 additions and 108 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
pkgs-unstable,
pkgs,
nixos-apple-silicon,
my-asahi-firmware,
...
@@ -18,7 +18,7 @@
];
};
environment.systemPackages = with pkgs-unstable; [
environment.systemPackages = with pkgs; [
box64 # Linux Userspace x86 and x86_64 Emulator, run x86_64 apps(such as games, gui apps) on aarch64.
# https://asahilinux.org/2024/12/muvm-x11-bridging/
# https://github.com/nix-community/nixos-apple-silicon/issues/237
@@ -66,7 +66,7 @@
# After adding this snippet, you need to restart the system for the touchbar to work.
hardware.apple.touchBar = {
enable = true;
package = pkgs-unstable.tiny-dfr;
package = pkgs.tiny-dfr;
# https://github.com/WhatAmISupposedToPutHere/tiny-dfr/blob/master/share/tiny-dfr/config.toml
settings = {
# F{number} keys are shown when Fn is not pressed by default.