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

@ -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

View file

@ -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"'';