Add fastfetch configuration
This commit is contained in:
parent
010ea7bf9d
commit
f219288962
2 changed files with 26 additions and 0 deletions
25
users/hu/packages/fastfetch.nix
Normal file
25
users/hu/packages/fastfetch.nix
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.fastfetch = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
modules = [
|
||||||
|
"title"
|
||||||
|
"separator"
|
||||||
|
"os"
|
||||||
|
"kernel"
|
||||||
|
"uptime"
|
||||||
|
"packages"
|
||||||
|
"cursor"
|
||||||
|
"terminal"
|
||||||
|
"cpu"
|
||||||
|
"gpu"
|
||||||
|
"memory"
|
||||||
|
"break"
|
||||||
|
"colors"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
./packages/foot.nix
|
./packages/foot.nix
|
||||||
./packages/firefox.nix
|
./packages/firefox.nix
|
||||||
./packages/rofi.nix
|
./packages/rofi.nix
|
||||||
|
./packages/fastfetch.nix
|
||||||
./packages/nvim/neovim.nix
|
./packages/nvim/neovim.nix
|
||||||
./packages/ags/ags.nix
|
./packages/ags/ags.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue