This commit is contained in:
2025-03-12 12:47:00 +02:00
parent 026206518d
commit 28f3ed9089
6 changed files with 23 additions and 344 deletions

View File

@@ -0,0 +1,16 @@
{ config, pkgs, ... }:
{
programs.fastfetch = {
enable = true;
settings = {
# Example: Change colors and add custom options
logo = "nixos";
color = "blue";
keyColor = "cyan";
separator = " => ";
};
};
}