拆分 Home Manager 程序配置
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
|
||||
in
|
||||
|
||||
{
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
enabledCustomApps = with spicePkgs.apps; [
|
||||
marketplace
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user