switch from pop-shell to forge
This commit is contained in:
parent
7c0454d68e
commit
09420fe027
2 changed files with 40 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue