Add cantata
This commit is contained in:
parent
644d517cac
commit
6fecd8bb0c
32
profiles/applications/cantata.nix
Normal file
32
profiles/applications/cantata.nix
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{ pkgs, config, ... }: {
|
||||||
|
home-manager.users.balsoft = {
|
||||||
|
home.packages = [ pkgs.cantata ];
|
||||||
|
wayland.windowManager.sway = {
|
||||||
|
config = {
|
||||||
|
assigns."ﱘ" = [{ app_id = "cantata"; }];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
xdg.configFile."cantata/cantata.conf".text = pkgs.my-lib.genIni {
|
||||||
|
General = {
|
||||||
|
lyricProviders = "azlyrics.com, chartlyrics.com, lyrics.wikia.com";
|
||||||
|
wikipediaLangs = "en:en";
|
||||||
|
mpris = "true";
|
||||||
|
currentConnection = "Default";
|
||||||
|
|
||||||
|
version = pkgs.cantata.version;
|
||||||
|
};
|
||||||
|
|
||||||
|
AlbumView.fullWidthCover = false;
|
||||||
|
|
||||||
|
Connection-Default = {
|
||||||
|
host = "localhost";
|
||||||
|
passwd = "";
|
||||||
|
port = "6600";
|
||||||
|
};
|
||||||
|
|
||||||
|
VolumeControl.control = "mpd";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
startupApplications = [ "${pkgs.cantata}/bin/cantata" ];
|
||||||
|
}
|
@ -38,7 +38,6 @@ in {
|
|||||||
{ title = "nheko"; }
|
{ title = "nheko"; }
|
||||||
{ title = "Slack.*"; }
|
{ title = "Slack.*"; }
|
||||||
];
|
];
|
||||||
"ﱘ" = [{ app_id = "cantata"; }];
|
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
names = [ config.themes.fonts.main.family ];
|
names = [ config.themes.fonts.main.family ];
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
virtualisation
|
virtualisation
|
||||||
|
|
||||||
alacritty
|
alacritty
|
||||||
|
cantata
|
||||||
emacs
|
emacs
|
||||||
firefox
|
firefox
|
||||||
geary
|
geary
|
||||||
|
Loading…
Reference in New Issue
Block a user