qol: changes
This commit is contained in:
@@ -10,11 +10,11 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.hyfetch = {
|
options.modules.hyfetch = {
|
||||||
enable = lib.mkEnableOption "hyfetchm";
|
enable = lib.mkEnableOption "hyfetch";
|
||||||
};
|
};
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = [ ] // [ pkgs.fastfetch ];
|
home.packages = [ pkgs.fastfetch ];
|
||||||
hyfetch = {
|
programs.hyfetch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
"preset" = "bisexual";
|
"preset" = "bisexual";
|
||||||
|
|||||||
Reference in New Issue
Block a user