chore: ghostty and fastfetch
This commit is contained in:
parent
b00fea0082
commit
bc1bbd08bd
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"'';
|
||||
Loading…
Add table
Add a link
Reference in a new issue