mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-05-08 22:21:42 +01:00
Switched spotify/spicetify for tidal/sone
This commit is contained in:
Submodule home-manager/core/dotfiles updated: 3131dc2b05...104c290cab
@@ -51,6 +51,7 @@ in {
|
||||
nixers.rbw-autofill
|
||||
unstablePkgs.ruff
|
||||
pkgs.signal-desktop
|
||||
unstablePkgs.sone
|
||||
pkgs.sshs
|
||||
unstablePkgs.uv
|
||||
pkgs.vial
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
}: {
|
||||
imports = [
|
||||
inputs.noctalia.homeModules.default
|
||||
inputs.spicetify-nix.homeManagerModules.default
|
||||
];
|
||||
|
||||
programs = {
|
||||
@@ -35,31 +34,5 @@
|
||||
};
|
||||
};
|
||||
hyprcursor-phinger.enable = true;
|
||||
spicetify = let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "TokyoNight";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "evening-hs";
|
||||
repo = "Spotify-Tokyo-Night-Theme";
|
||||
rev = "main";
|
||||
hash = "sha256-cLj9v8qtHsdV9FfzV2Qf4pWO8AOBXu51U/lUMvdEXAk=";
|
||||
};
|
||||
appendName = false;
|
||||
injectCss = true;
|
||||
replaceColors = true;
|
||||
overwriteAssets = true;
|
||||
};
|
||||
colorScheme = "Night";
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
adblock
|
||||
shuffle
|
||||
hidePodcasts
|
||||
fullAppDisplay
|
||||
trashbin
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user