[home] add Cider

This commit is contained in:
2024-06-22 20:40:07 +08:00
parent 7898474a21
commit 6e7a457e01
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@
# Desktop Utils
chromium # Web browser
appimage-run
];
fonts = {
+9
View File
@@ -49,6 +49,15 @@
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.fish = {
enable = true;