1773273265

This commit is contained in:
2026-03-11 17:54:25 -06:00
parent e37445aa8c
commit a390c2e375
2 changed files with 2 additions and 23 deletions
-21
View File
@@ -1,21 +0,0 @@
{ pkgs, config, ... }:
let
profileDir = "${config.home.homeDirectory}/.local/share/audiobookshelf";
launchScript = pkgs.writeShellScript "launch-audiobookshelf" ''
mkdir -p ${profileDir}
exec ${pkgs.epiphany}/bin/epiphany --application-mode --profile=${profileDir} https://abs.atri.dad
'';
in
{
home.packages = [ pkgs.epiphany ];
xdg.desktopEntries.audiobookshelf = {
name = "Audiobookshelf";
exec = "${launchScript}";
icon = "audiobook";
terminal = false;
type = "Application";
categories = [ "AudioVideo" "Audio" ];
};
}
+2 -2
View File
@@ -6,7 +6,7 @@
extensions = [
"nix"
"catppuccin"
"dracula"
"catppuccin-icons"
"toml"
"elixir"
@@ -40,7 +40,7 @@
theme = {
mode = "system";
light = "One Light";
dark = "Catppuccin Macchiato";
dark = "Dracula";
};
languages = {