This commit is contained in:
2023-02-22 10:48:04 -05:00
parent c3740115d2
commit 49b2d45014

View File

@@ -102,6 +102,13 @@ programs = {
}; };
};
#######If Gnome #######If Gnome
config = lib.mkIf config.mymods.gnome.enable { config = lib.mkIf config.mymods.gnome.enable {
programs.bash.enable = true; programs.bash.enable = true;
@@ -154,10 +161,4 @@ programs = {
}; };
}; };
};
} }