update flake, changes

This commit is contained in:
Sean Kovacs 2026-01-03 14:55:42 -05:00
commit fcd9e04432
Signed by: sckova
GPG key ID: 00F325187C68651A
7 changed files with 79 additions and 80 deletions

View file

@ -3,8 +3,7 @@
pkgs,
spicetify-nix,
...
}:
{
}: {
catppuccin = {
accent = "blue";
flavor = "mocha";
@ -27,33 +26,31 @@
height = 2160;
refresh = 143.999;
};
scale = 1.75;
scale = 1.5;
};
programs.spicetify =
let
spicePkgs = spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in
{
enable = true;
programs.spicetify = let
spicePkgs = spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in {
enable = true;
enabledExtensions = with spicePkgs.extensions; [
adblock
hidePodcasts
shuffle # shuffle+ (special characters are sanitized out of extension names)
];
enabledCustomApps = with spicePkgs.apps; [
newReleases
ncsVisualizer
];
enabledSnippets = with spicePkgs.snippets; [
rotatingCoverart
pointer
];
enabledExtensions = with spicePkgs.extensions; [
adblock
hidePodcasts
shuffle # shuffle+ (special characters are sanitized out of extension names)
];
enabledCustomApps = with spicePkgs.apps; [
newReleases
ncsVisualizer
];
enabledSnippets = with spicePkgs.snippets; [
rotatingCoverart
pointer
];
theme = spicePkgs.themes.catppuccin;
colorScheme = config.catppuccin.flavor;
};
theme = spicePkgs.themes.catppuccin;
colorScheme = config.catppuccin.flavor;
};
programs.plasma = {
panels = [