This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ lib, smayzy, ... }:
|
||||
let
|
||||
inherit (lib) mkIf;
|
||||
in
|
||||
{
|
||||
config = mkIf smayzy.base-cli-pkgs.enable {
|
||||
home.file = {
|
||||
".config/fastfetch" = {
|
||||
source = builtins.toPath ./fastfetch;
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user