1773268022
This commit is contained in:
@@ -12,6 +12,7 @@ let
|
||||
./home/zed.nix
|
||||
./home/ghostty.nix
|
||||
./home/ssh.nix
|
||||
./home/desktop-apps.nix
|
||||
];
|
||||
in
|
||||
{
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
xdg.desktopEntries.audiobookshelf = {
|
||||
name = "Audiobookshelf";
|
||||
exec = "${pkgs.xdg-utils}/bin/xdg-open https://abs.atri.dad";
|
||||
terminal = false;
|
||||
type = "Application";
|
||||
categories = [ "AudioVideo" "Audio" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user