summaryrefslogtreecommitdiff
path: root/meta/rice/fastfetch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'meta/rice/fastfetch/default.nix')
-rw-r--r--meta/rice/fastfetch/default.nix34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/rice/fastfetch/default.nix b/meta/rice/fastfetch/default.nix
deleted file mode 100644
index 8ae6284..0000000
--- a/meta/rice/fastfetch/default.nix
+++ /dev/null
@@ -1,34 +0,0 @@
-{ pkgs, ... }: {
- programs.fastfetch = {
- enable = true;
-
- settings = {
- logo = {
- source = "~/Downloads/91363-1550240807.png";
- width = 30;
-
- padding = {
- top = 0;
- };
- };
-
- modules = [
- "title"
- "break"
- "os"
- "kernel"
- "uptime"
- "packages"
- "shell"
- "de"
- "wm"
- "terminal"
- "cpu"
- "gpu"
- "memory"
- "break"
- "colors"
- ];
- };
- };
-}