From 2c2669697fdeaf7316feed3449d2082d255de5af Mon Sep 17 00:00:00 2001 From: "beeb5k (Vivek Tiwari)" Date: Thu, 4 Jun 2026 23:45:29 +0530 Subject: Debloat --- common/programs/fastfetch.nix | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 common/programs/fastfetch.nix (limited to 'common/programs/fastfetch.nix') diff --git a/common/programs/fastfetch.nix b/common/programs/fastfetch.nix new file mode 100644 index 0000000..96c942d --- /dev/null +++ b/common/programs/fastfetch.nix @@ -0,0 +1,34 @@ +{ + programs.fastfetch = { + enable = true; + settings = { + logo = { + source = "NixOS_small"; + padding = { + top = 3; + right = 1; + }; + }; + modules = [ + "title" + "separator" + "os" + "shell" + "de" + "wm" + "font" + "terminal" + "cpu" + "gpu" + "memory" + "swap" + "disk" + # "break" + { + type = "colors"; + symbol = "circle"; + } + ]; + }; + }; +} -- cgit v1.3.1