This commit is contained in:
2026-05-30 22:43:26 +08:00
parent d4bab76f0f
commit 66f91f8506
3 changed files with 60 additions and 3 deletions
+12 -1
View File
@@ -1,4 +1,8 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
in
{
# ⚠️ 极其重要:替换成你的实际系统用户名
@@ -103,6 +107,13 @@
};
};
programs.spicetify = {
enable = true;
enabledCustomApps = with spicePkgs.apps; [
marketplace
];
};
# Plasma 桌面环境接管
programs.plasma = {
enable = true;