diff options
Diffstat (limited to 'user/home/hyfetch/default.nix')
| -rw-r--r-- | user/home/hyfetch/default.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/user/home/hyfetch/default.nix b/user/home/hyfetch/default.nix deleted file mode 100644 index 2c3cfd9..0000000 --- a/user/home/hyfetch/default.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ config, lib, ... }: -{ - programs.hyfetch = { - enable = lib.mkDefault false; - settings = { - backend = "neofetch"; - color_align.mode = "horizontal"; - distro = "nixos_small"; - mode = "rgb"; - preset = "transgender"; - pride_month_disable = false; - }; - }; - - xdg.configFile."neofetch/config.conf".source = ./config.conf; -} |
