1
Fork 0

Add fastfetch configuration

This commit is contained in:
caem 2024-05-30 19:48:29 +02:00
parent 010ea7bf9d
commit f219288962
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{ ... }:
{
programs.fastfetch = {
enable = true;
settings = {
modules = [
"title"
"separator"
"os"
"kernel"
"uptime"
"packages"
"cursor"
"terminal"
"cpu"
"gpu"
"memory"
"break"
"colors"
];
};
};
}

View file

@ -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
]; ];