qol: changes

This commit is contained in:
2026-01-04 20:12:38 +00:00
parent d64b22e394
commit 821f6b16da

View File

@@ -10,11 +10,11 @@ let
in
{
options.modules.hyfetch = {
enable = lib.mkEnableOption "hyfetchm";
enable = lib.mkEnableOption "hyfetch";
};
config = lib.mkIf cfg.enable {
home.packages = [ ] // [ pkgs.fastfetch ];
hyfetch = {
home.packages = [ pkgs.fastfetch ];
programs.hyfetch = {
enable = true;
settings = {
"preset" = "bisexual";