From f43694b343a5acd55dadefc6d1505efc97bfd4ec Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 10 Apr 2026 22:23:34 -0700 Subject: Current state --- home/ebisu/nara/programs/fastfetch.nix | 37 ---------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 home/ebisu/nara/programs/fastfetch.nix (limited to 'home/ebisu/nara/programs/fastfetch.nix') 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" - ] - } - - ''; -} -- cgit v1.2.3