mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-01 16:57:55 +00:00
8 lines
132 B
Nix
8 lines
132 B
Nix
|
{ lib, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
arg0 = lib.getExe' pkgs.fastfetch "fastfetch";
|
||
|
appendArgs = [ "--logo" "Guix" ];
|
||
|
env.NO_COLOR = "1";
|
||
|
}
|