This commit is contained in:
parent
890c1332d5
commit
cd3661f5c7
@ -10,6 +10,7 @@
|
|||||||
unrar
|
unrar
|
||||||
p7zip-rar
|
p7zip-rar
|
||||||
obs-studio
|
obs-studio
|
||||||
|
libreoffice
|
||||||
# System utils
|
# System utils
|
||||||
ripgrep
|
ripgrep
|
||||||
sshfs
|
sshfs
|
||||||
|
|||||||
27
modules_dentritic/features/desktop/rice/music.nix
Normal file
27
modules_dentritic/features/desktop/rice/music.nix
Normal 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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user