From bc1bbd08bdb096c72015c65ac1d671423c68c5de Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Thu, 30 Oct 2025 09:53:53 +0700 Subject: [PATCH] chore: ghostty and fastfetch --- modules/darwin/home/default.nix | 1 + modules/darwin/home/programs/ghostty.nix | 2 +- modules/home/rsydn/base.nix | 3 +-- .../rsydn/programs/{fastfetch.nix => fastfetch/default.nix} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename modules/home/rsydn/programs/{fastfetch.nix => fastfetch/default.nix} (97%) diff --git a/modules/darwin/home/default.nix b/modules/darwin/home/default.nix index a8d3ab9..4037650 100644 --- a/modules/darwin/home/default.nix +++ b/modules/darwin/home/default.nix @@ -5,6 +5,7 @@ ../../home/rsydn/shell/nushell.nix ./programs/aerospace ./programs/ghostty.nix + ./programs/sketchybar ]; # Darwin-specific secrets configuration diff --git a/modules/darwin/home/programs/ghostty.nix b/modules/darwin/home/programs/ghostty.nix index 16a2078..d21bd6d 100644 --- a/modules/darwin/home/programs/ghostty.nix +++ b/modules/darwin/home/programs/ghostty.nix @@ -5,7 +5,7 @@ settings = { theme = "dracula"; - background-opacity = 0.75; + background-opacity = 0.8; command = "shell:${config.home.profileDirectory}/bin/tmux new-session -A -s ghostty"; keybind = [ "cmd+k=text:\\x01K" ]; diff --git a/modules/home/rsydn/base.nix b/modules/home/rsydn/base.nix index 8627723..f8391e7 100644 --- a/modules/home/rsydn/base.nix +++ b/modules/home/rsydn/base.nix @@ -1,6 +1,6 @@ { pkgs, lib, ... }: { imports = [ - ./programs/fastfetch.nix + ./programs/fastfetch ./programs/helix.nix ./programs/neovim.nix ./shell/tmux.nix @@ -41,7 +41,6 @@ jujutsu lazydocker lazygit - lorri nil nixd pandoc diff --git a/modules/home/rsydn/programs/fastfetch.nix b/modules/home/rsydn/programs/fastfetch/default.nix similarity index 97% rename from modules/home/rsydn/programs/fastfetch.nix rename to modules/home/rsydn/programs/fastfetch/default.nix index f3ccd69..ff9d5c5 100644 --- a/modules/home/rsydn/programs/fastfetch.nix +++ b/modules/home/rsydn/programs/fastfetch/default.nix @@ -4,7 +4,7 @@ home.packages = [ pkgs.fastfetch ]; # Copy the custom logo file - xdg.configFile."fastfetch/oguri-logo.txt".source = ./fastfetch/oguri-logo.txt; + xdg.configFile."fastfetch/oguri-logo.txt".source = ./oguri-logo.txt; xdg.configFile."fastfetch/config.jsonc".text = let esc = builtins.fromJSON ''"\u001b"'';