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

View File

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