diff --git a/home-server/yubal/docker-compose.yml b/home-server/yubal/docker-compose.yml deleted file mode 100644 index 73701f3..0000000 --- a/home-server/yubal/docker-compose.yml +++ /dev/null @@ -1,13 +0,0 @@ -services: - yubal: - image: ghcr.io/guillevc/yubal:latest - container_name: yubal - ports: - - 5555:8000 - environment: - YUBAL_TZ: UTC - volumes: - - /data/media/music/tagged:/app/data # Where your music will be saved - - /data/yubal/beets:/app/beets # Beets configuration and database - - /data/yubal/ytdlp:/app/ytdlp # yt-dlp configuration (cookies) - restart: unless-stopped \ No newline at end of file diff --git a/nix/home-manager/desktop.home.nix b/nix/home-manager/desktop.home.nix index 6feccde..32b54a4 100644 --- a/nix/home-manager/desktop.home.nix +++ b/nix/home-manager/desktop.home.nix @@ -28,6 +28,13 @@ programs.ghostty = { enable = true; enableFishIntegration = true; + settings = { + window-inherit-working-directory = "false"; + theme = "Atom"; + font-size = "18"; + window-height = "30"; + window-width = "120"; + }; }; fonts.fontconfig.enable = true;