dotfiles/nix/configs/neofetch.nix
2005 8dbcd8665f neofetch: theme,
added libreddirect config
added tabliss config
2024-07-31 12:35:08 +02:00

8 lines
151 B
Nix

{ pkgs, ... }: {
home-manager.users.grape.home.file.".config/neofetch/config.conf" = {
enable = true;
source = ../opt/neofetch.conf;
};
}