diff options
| author | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
|---|---|---|
| committer | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
| commit | 2c2669697fdeaf7316feed3449d2082d255de5af (patch) | |
| tree | 4d8ed566c2be1ec01c54a3eb6106c40fa79ddb8a /common/programs/fastfetch.nix | |
| parent | b6e25e72d30d9810abc0eb48058334e2495350f8 (diff) | |
Debloat
Diffstat (limited to 'common/programs/fastfetch.nix')
| -rw-r--r-- | common/programs/fastfetch.nix | 34 |
1 files changed, 34 insertions, 0 deletions
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"; + } + ]; + }; + }; +} |
