[home] add Cider
This commit is contained in:
@@ -72,6 +72,7 @@
|
|||||||
|
|
||||||
# Desktop Utils
|
# Desktop Utils
|
||||||
chromium # Web browser
|
chromium # Web browser
|
||||||
|
appimage-run
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|||||||
@@ -49,6 +49,15 @@
|
|||||||
telegram-desktop
|
telegram-desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# An Apple Music client, only can be downloaded after purchasing
|
||||||
|
xdg.desktopEntries = {
|
||||||
|
Cider = {
|
||||||
|
name = "Cider";
|
||||||
|
exec = "appimage-run ${config.home.homeDirectory}/app/Cider-2.4.1.AppImage";
|
||||||
|
terminal = false;
|
||||||
|
categories = [ "Application" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
programs.fzf.enableFishIntegration = false; # use fish.fzf keybinding
|
programs.fzf.enableFishIntegration = false; # use fish.fzf keybinding
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user