From a390c2e375b043b4ba0bfe7e0bcf59d55380a013 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 11 Mar 2026 17:54:25 -0600 Subject: [PATCH] 1773273265 --- modules/home/desktop-apps.nix | 21 --------------------- modules/home/zed.nix | 4 ++-- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 modules/home/desktop-apps.nix diff --git a/modules/home/desktop-apps.nix b/modules/home/desktop-apps.nix deleted file mode 100644 index 73397e2..0000000 --- a/modules/home/desktop-apps.nix +++ /dev/null @@ -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" ]; - }; -} diff --git a/modules/home/zed.nix b/modules/home/zed.nix index 42ecf0e..1d609f1 100644 --- a/modules/home/zed.nix +++ b/modules/home/zed.nix @@ -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 = {