1: Removed xdg-desktop-portal-kde

This commit is contained in:
uzy lol 2025-02-10 17:27:11 -08:00
parent 7d5da93c58
commit 135f1114fc
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@
services.displayManager.sddm.wayland.enable = true;
environment.systemPackages = with pkgs; [
kdePackages.xdg-desktop-portal-kde
kdePackages.kdeconnect-kde
kdePackages.plasma-nm
kdePackages.qtwebsockets

View File

@ -1,8 +1,8 @@
{
environment.sessionVariables = {
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
# ELECTRON_OZONE_PLATFORM_HINT = "wayland";
SHELL = "/etc/profiles/per-user/uzair/bin/fish";
EDITOR = "nvim";
# EDITOR = "nvim";
};
nix.settings.experimental-features = ["nix-command" "flakes"];