[home] add Cider
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
|
||||
# Desktop Utils
|
||||
chromium # Web browser
|
||||
appimage-run
|
||||
];
|
||||
|
||||
fonts = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user