mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: add discord-applemusic-rich-presence
with overlay to use package from PR
This commit is contained in:
parent
ca991354a8
commit
4919ce7e91
4 changed files with 48 additions and 25 deletions
9
home.nix
9
home.nix
|
|
@ -3,12 +3,14 @@
|
|||
config,
|
||||
agenixModule,
|
||||
ctpModule,
|
||||
caarlosModule,
|
||||
...
|
||||
}: {
|
||||
home.stateVersion = "23.05";
|
||||
imports = [
|
||||
agenixModule
|
||||
ctpModule
|
||||
caarlosModule
|
||||
./programs/zsh.nix
|
||||
./programs/fish.nix
|
||||
./programs/starship.nix
|
||||
|
|
@ -25,6 +27,13 @@
|
|||
ryan-term-bin
|
||||
];
|
||||
|
||||
services = {
|
||||
discord-applemusic-rich-presence = {
|
||||
enable = true;
|
||||
package = pkgs.discord-applemusic-rich-presence;
|
||||
};
|
||||
};
|
||||
|
||||
catppuccin.flavour = "frappe";
|
||||
|
||||
age.secrets."attic.toml" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue