Modified fastfetch
This commit is contained in:
parent
0a46026cea
commit
36e93f9fa4
@ -21,7 +21,13 @@
|
|||||||
modules = [
|
modules = [
|
||||||
"DateTime"
|
"DateTime"
|
||||||
"Battery"
|
"Battery"
|
||||||
|
"CPU"
|
||||||
|
"GPU"
|
||||||
|
"Memory"
|
||||||
|
"Host"
|
||||||
|
"Media"
|
||||||
];
|
];
|
||||||
|
pecent-type = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
{
|
{
|
||||||
flake.homeModules.commonHomeConfig = { config, pkgs, inputs, ... }: {
|
flake.homeModules.commonHomeConfig = { config, pkgs, inputs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
|
self.homeModules.shell
|
||||||
self.homeModules.sysFetch
|
self.homeModules.sysFetch
|
||||||
self.homeModules.zed
|
self.homeModules.zed
|
||||||
self.homeModules.env
|
self.homeModules.env
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user