summary refs log tree commit diff stats
path: root/users/sils/hyfetch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/sils/hyfetch/default.nix')
-rw-r--r--users/sils/hyfetch/default.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/users/sils/hyfetch/default.nix b/users/sils/hyfetch/default.nix
deleted file mode 100644
index 596b26d..0000000
--- a/users/sils/hyfetch/default.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{...}: {
-  programs.hyfetch = {
-    enable = true;
-    settings = {
-      preset = "rainbow";
-      mode = "rgb";
-      light_dark = "dark";
-      lightness = 0.5;
-      color_align = {
-        mode = "horizontal";
-        custom_colors = [];
-        fore_back = null;
-      };
-      backend = "neofetch";
-      distro = null;
-      pride_month_shown = [];
-    };
-  };
-}