flake: switch to npins
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a6964f4aa3349951fe7574622564452ad1af1
This commit is contained in:
parent
45179ade64
commit
0b82c15255
24 changed files with 707 additions and 731 deletions
|
@ -1,32 +1,8 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
|
||||
spicetify = inputs.spicetify-nix.lib.mkSpicetify pkgs {
|
||||
enable = true;
|
||||
theme = spicePkgs.themes.catppuccin;
|
||||
colorScheme = "mocha";
|
||||
# enabledCustomApps = with spicePkgs.apps; [
|
||||
# newReleases
|
||||
# lyricsPlus
|
||||
# ncsVisualizer
|
||||
# ];
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
shuffle
|
||||
hidePodcasts
|
||||
keyboardShortcut
|
||||
groupSession
|
||||
keyboardShortcut
|
||||
betterGenres
|
||||
autoVolume
|
||||
lastfm
|
||||
];
|
||||
};
|
||||
in {
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages =
|
||||
[spicetify]
|
||||
[
|
||||
pkgs.spotify
|
||||
]
|
||||
++ (with pkgs; [
|
||||
sptlrx
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue