feat: comment out nixpkgs-unstable, we use unstable by default (#232)

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

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>

* fix: typo...

---------

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2025-11-01 21:21:57 +08:00
committed by GitHub
parent 0c2dcc0734
commit 34fdd92351
18 changed files with 93 additions and 107 deletions

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.