switch from pop-shell to forge

This commit is contained in:
notgne2 2022-10-05 12:32:14 -07:00
parent 7c0454d68e
commit 09420fe027
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
2 changed files with 40 additions and 8 deletions

View file

@ -10,6 +10,12 @@ in {
options.de2.enable = mkEnableOption "Enable de2 system stuff";
config = mkIf cfg.enable {
xdg.portal.enable = lib.mkDefault true;
xdg.portal.extraPortals = lib.mkDefault (with pkgs; [
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
]);
environment.gnome.excludePackages = with pkgs; [
gnome.gnome-music
gnome.epiphany