refactor!: massively overhaul configuration and bring it to the modern
age
This commit is contained in:
parent
1310dd7b7a
commit
9a081df74a
16 changed files with 492 additions and 251 deletions
18
users/kaitotlex/spicetify.nix
Normal file
18
users/kaitotlex/spicetify.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
let
|
||||
spicepkgs = inputs.spicetify.legacyPackages.${pkgs.system};
|
||||
in
|
||||
{
|
||||
imports = [ inputs.spicetify.homeManagerModules.default ];
|
||||
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
theme = spicepkgs.themes.dribbblish;
|
||||
colorScheme = "rosepine";
|
||||
enabledExtensions = with spicepkgs.extensions; [
|
||||
lastfm
|
||||
fullAppDisplayMod
|
||||
];
|
||||
enabledCustomApps = with spicepkgs.apps; [ lyricsPlus ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue