fix: shoukei - filter packages that do not support aarch64

This commit is contained in:
Ryan Yin
2025-07-13 02:47:04 +08:00
parent ae0158b226
commit 50451d9da9
7 changed files with 15 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
# add user's shell into /etc/shells
environment.shells = with pkgs; [
bashInteractive
pkgs-unstable.nushell
nushell
];
# set user's default shell system-wide
users.defaultUserShell = pkgs.bashInteractive;

View File

@@ -8,6 +8,5 @@
environment.systemPackages = with pkgs; [
waypipe
moonlight-qt # moonlight client, for streaming games/desktop from a PC
rustdesk # p2p remote desktop
];
}