qol: changes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user