!rGlCMuXgAhgEpdvJUz:nixos.org

NixOS KDE

205 Members
57 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
10 May 2025
@k900:0upti.meK900Remove that entire thing21:12:07
@k900:0upti.meK900And just use Plasma defaults21:12:11
@telometto:matrix.orgzeno

Hmmm... sure, I'll try that. But what about the Flatpak stuff? I'ts dumped in there, too:

{
  xdg.portal = {
    enable = true; # Needs to be enabled for Flatpak to work

    # wlr.enable = true;

    configPackages = with pkgs; [ kdePackages.xdg-desktop-portal-kde ];
    xdgOpenUsePortal = true;

    extraPortals = with pkgs; [
      # xdg-desktop-portal-wlr
      xdg-desktop-portal-gtk
    ];
  };

  services.flatpak = { enable = true; };

  # Add Flathub repository if it does not already exist
  systemd.services.flatpak-repo = {
    wantedBy = [ "multi-user.target" ];
    path = [ pkgs.flatpak ];

    script = ''
      flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
    '';
  };

  # System-wide Flatpak installation
  environment.systemPackages = with pkgs; [
    flatpak
    xdg-desktop-portal
  ];
}
21:13:12
@k900:0upti.meK900Flatpak is unrelated21:13:31
@k900:0upti.meK900 Remove environment.systemPackages 21:13:40
@k900:0upti.meK900The flatpak module does that for you21:13:44
@k900:0upti.meK900 And remove all of xdg.portal 21:13:48
@telometto:matrix.orgzenoSweet! I'll try to apply and reboot 😄21:14:26
@telometto:matrix.orgzenoAlright, applied and rebooted, but it is still behaving the same way21:19:26
@k900:0upti.meK900 What does nixos-version say? 21:24:43

Show newer messages


Back to Room ListRoom Version: 9