feat(flake): add spotify input for user Sk7Str1p3
This commit is contained in:
parent
897276714a
commit
bbad787c81
3 changed files with 29 additions and 0 deletions
22
flake.lock
generated
22
flake.lock
generated
|
|
@ -331,6 +331,7 @@
|
|||
"niri": "niri",
|
||||
"nixpkgs": "nixpkgs_4",
|
||||
"sops-nix": "sops-nix",
|
||||
"spotify": "spotify",
|
||||
"stylix": "stylix"
|
||||
}
|
||||
},
|
||||
|
|
@ -375,6 +376,27 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"spotify": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"systems": "systems_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782031037,
|
||||
"narHash": "sha256-a7oWSyS7SN81UOqVt481yIEMDsMpaJ7GNdV6Eaz5Yqg=",
|
||||
"owner": "Gerg-L",
|
||||
"repo": "spicetify-nix",
|
||||
"rev": "9cb27462cfd20edac174353f1e95bc03aa888863",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Gerg-L",
|
||||
"repo": "spicetify-nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"stylix": {
|
||||
"inputs": {
|
||||
"base16": "base16",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
niri.url = "github:sodiboo/niri-flake";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
sops-nix.url = "github:mic92/sops-nix";
|
||||
spotify.url = "github:Gerg-L/spicetify-nix";
|
||||
stylix.url = "github:nix-community/stylix";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,4 +12,10 @@
|
|||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
};
|
||||
/**
|
||||
Spotify wrapper (spicetify) with better customization
|
||||
*/
|
||||
spotify = {
|
||||
url = "github:Gerg-L/spicetify-nix";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue