Modified fastfetch

This commit is contained in:
Alexandre 2026-06-23 18:13:15 +00:00
parent 0a46026cea
commit 36e93f9fa4
2 changed files with 7 additions and 0 deletions

View File

@ -21,7 +21,13 @@
modules = [
"DateTime"
"Battery"
"CPU"
"GPU"
"Memory"
"Host"
"Media"
];
pecent-type = 2;
};
};
};

View File

@ -2,6 +2,7 @@
{
flake.homeModules.commonHomeConfig = { config, pkgs, inputs, ... }: {
imports = [
self.homeModules.shell
self.homeModules.sysFetch
self.homeModules.zed
self.homeModules.env