fix(home): Don't define top-level options under programs.git
This commit is contained in:
parent
465a717669
commit
a5c7443464
1 changed files with 71 additions and 72 deletions
|
@ -17,7 +17,6 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gum
|
gum
|
||||||
clipboard-jh
|
clipboard-jh
|
||||||
|
@ -180,6 +179,7 @@ in
|
||||||
|
|
||||||
credential.helper = "store";
|
credential.helper = "store";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# ███╗ ███╗██╗███████╗ ██████╗
|
# ███╗ ███╗██╗███████╗ ██████╗
|
||||||
# ████╗ ████║██║██╔════╝██╔════╝
|
# ████╗ ████║██║██╔════╝██╔════╝
|
||||||
|
@ -263,7 +263,6 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# ███╗ ██╗ ██████╗ ████████╗███████╗███████╗
|
# ███╗ ██╗ ██████╗ ████████╗███████╗███████╗
|
||||||
|
|
Loading…
Reference in a new issue