mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-02-01 10:57:59 +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";
|
||
|
}
|