summaryrefslogtreecommitdiff
path: root/home/ebisu/nara/programs/fastfetch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/nara/programs/fastfetch.nix')
-rw-r--r--home/ebisu/nara/programs/fastfetch.nix37
1 files changed, 0 insertions, 37 deletions
diff --git a/home/ebisu/nara/programs/fastfetch.nix b/home/ebisu/nara/programs/fastfetch.nix
deleted file mode 100644
index 64b38f2..0000000
--- a/home/ebisu/nara/programs/fastfetch.nix
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- home.file.".config/fastfetch/config.jsonc".text = ''
- {
- "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
- "modules": [
- "title",
- "break",
- "os",
- "host",
- "kernel",
- "uptime",
- "packages",
- "shell",
- "de",
- "wm",
- "wmtheme",
- "theme",
- "icons",
- "font",
- "cursor",
- "terminal",
- "terminalfont",
- "cpu",
- "gpu",
- "memory",
- "swap",
- "disk",
- "localip",
- "battery",
- "poweradapter",
- "break",
- "colors"
- ]
- }
-
- '';
-}