chore: ghostty and fastfetch

This commit is contained in:
Rasyidan Akbar F. 2025-10-30 09:53:53 +07:00
commit bc1bbd08bd
4 changed files with 4 additions and 4 deletions

View file

@ -5,6 +5,7 @@
../../home/rsydn/shell/nushell.nix ../../home/rsydn/shell/nushell.nix
./programs/aerospace ./programs/aerospace
./programs/ghostty.nix ./programs/ghostty.nix
./programs/sketchybar
]; ];
# Darwin-specific secrets configuration # Darwin-specific secrets configuration

View file

@ -5,7 +5,7 @@
settings = { settings = {
theme = "dracula"; theme = "dracula";
background-opacity = 0.75; background-opacity = 0.8;
command = command =
"shell:${config.home.profileDirectory}/bin/tmux new-session -A -s ghostty"; "shell:${config.home.profileDirectory}/bin/tmux new-session -A -s ghostty";
keybind = [ "cmd+k=text:\\x01K" ]; keybind = [ "cmd+k=text:\\x01K" ];

View file

@ -1,6 +1,6 @@
{ pkgs, lib, ... }: { { pkgs, lib, ... }: {
imports = [ imports = [
./programs/fastfetch.nix ./programs/fastfetch
./programs/helix.nix ./programs/helix.nix
./programs/neovim.nix ./programs/neovim.nix
./shell/tmux.nix ./shell/tmux.nix
@ -41,7 +41,6 @@
jujutsu jujutsu
lazydocker lazydocker
lazygit lazygit
lorri
nil nil
nixd nixd
pandoc pandoc

View file

@ -4,7 +4,7 @@
home.packages = [ pkgs.fastfetch ]; home.packages = [ pkgs.fastfetch ];
# Copy the custom logo file # 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 = xdg.configFile."fastfetch/config.jsonc".text =
let esc = builtins.fromJSON ''"\u001b"''; let esc = builtins.fromJSON ''"\u001b"'';