Added spicetify
Some checks failed
Check config / build (push) Failing after 6s

This commit is contained in:
Alexandre 2026-07-12 02:14:42 +02:00
parent 890c1332d5
commit cd3661f5c7
3 changed files with 29 additions and 0 deletions

View File

@ -10,6 +10,7 @@
unrar
p7zip-rar
obs-studio
libreoffice
# System utils
ripgrep
sshfs

View File

@ -0,0 +1,27 @@
{ self, inputs, ... }:
let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
in {
flake = {
homeModules = {
spicetify = {pkgs, lib, ...}: {
programs.spicetify = {
enable = true;
enabledCustomApps = with spicePkgs.apps; [
newReleases
ncsVisualizer
];
enabledSnippets = with spicePkgs.snippets; [
rotatingCoverart
pointer
];
theme = lib.mkDefault spicePkgs.themes.catppuccin;
colorScheme = lib.mkDefault "mocha";
};
};
};
};
}

1
result Symbolic link
View File

@ -0,0 +1 @@
/nix/store/ardlwv469p043byj51mh3cb4b3pcm81g-nixos-system-framework-26.11.20260610.9ae611a