spicetify-nix: remove
moved music to jellyfin
This commit is contained in:
parent
947a6bb970
commit
60180aaf05
6 changed files with 2 additions and 79 deletions
39
flake.lock
generated
39
flake.lock
generated
|
|
@ -188,8 +188,7 @@
|
|||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-pin": "nixpkgs-pin",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||
"sops-nix": "sops-nix",
|
||||
"spicetify-nix": "spicetify-nix"
|
||||
"sops-nix": "sops-nix"
|
||||
}
|
||||
},
|
||||
"sops-nix": {
|
||||
|
|
@ -212,42 +211,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"spicetify-nix": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1763267524,
|
||||
"narHash": "sha256-CywB4iCpGr4CYZAD+WboFwBQ7Wnc7LdfSemFWuH/1Ro=",
|
||||
"owner": "Gerg-L",
|
||||
"repo": "spicetify-nix",
|
||||
"rev": "cf33e39bd1a21993a28ffee8be433e212ecf346a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Gerg-L",
|
||||
"repo": "spicetify-nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"xwayland-satellite-stable": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
|
|||
|
|
@ -18,11 +18,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
spicetify-nix = {
|
||||
url = "github:Gerg-L/spicetify-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
./git.nix
|
||||
./kitty.nix
|
||||
./librewolf.nix
|
||||
./spicetify.nix
|
||||
./vesktop.nix
|
||||
./vscodium.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.spicetify-nix.homeManagerModules.default ];
|
||||
|
||||
programs.spicetify =
|
||||
let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
|
||||
in {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Tokyo";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "evening-hs";
|
||||
repo = "Spotify-Tokyo-Night-Theme";
|
||||
rev = "d88ca06eaeeb424d19e0d6f7f8e614e4bce962be";
|
||||
hash = "sha256-cLj9v8qtHsdV9FfzV2Qf4pWO8AOBXu51U/lUMvdEXAk=";
|
||||
};
|
||||
};
|
||||
colorScheme = "Night";
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
adblock
|
||||
hidePodcasts
|
||||
shuffle
|
||||
volumePercentage
|
||||
history
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
};
|
||||
OpenInApp = {
|
||||
enabled = true;
|
||||
spotify = true;
|
||||
spotify = false;
|
||||
steam = true;
|
||||
epic = false;
|
||||
tidal = false;
|
||||
|
|
|
|||
|
|
@ -60,10 +60,5 @@
|
|||
open-on-workspace = "fullscreen";
|
||||
open-maximized = true;
|
||||
}
|
||||
{
|
||||
matches = [{ app-id = "spotify"; }];
|
||||
open-on-workspace = "fullscreen";
|
||||
open-maximized = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue