home/bottom: enable gpu metrics
This commit is contained in:
parent
c5ceb25ab0
commit
d61e6d9127
|
@ -105,7 +105,10 @@ in {
|
|||
};
|
||||
|
||||
bat.enable = true;
|
||||
bottom.enable = true;
|
||||
bottom = {
|
||||
enable = true;
|
||||
settings.flags.enable_gpu = true;
|
||||
};
|
||||
eza.enable = true;
|
||||
feh.enable = mkIf graphics true;
|
||||
fzf = {
|
||||
|
|
Loading…
Reference in New Issue