fix(home): Move imports out of config
This commit is contained in:
parent
0f9830d027
commit
bcdf2ff826
1 changed files with 4 additions and 3 deletions
|
@ -14,10 +14,11 @@ in
|
||||||
{
|
{
|
||||||
options = mkEnableModule "programs.git";
|
options = mkEnableModule "programs.git";
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./aliases.nix
|
||||||
|
];
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
imports = [
|
|
||||||
./aliases.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gum
|
gum
|
||||||
|
|
Loading…
Reference in a new issue