diff --git a/hosts/lars/hyprland.nix b/hosts/lars/hyprland.nix index cd12319..e1b3ad5 100644 --- a/hosts/lars/hyprland.nix +++ b/hosts/lars/hyprland.nix @@ -93,7 +93,7 @@ in { "swww init & swww img ${gitPath}/${cfg.wallpaper}" "keepassxc" "nextcloud" - "element-desktop --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu" + # "element-desktop --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu" ]; bind = [ diff --git a/modules/other/xdg.nix b/modules/other/xdg.nix index 2b71588..f22afba 100644 --- a/modules/other/xdg.nix +++ b/modules/other/xdg.nix @@ -11,6 +11,7 @@ media_player = "mpv.desktop"; image_viewer = "imv.desktop"; text_editor = "nvim.desktop"; + terminal = "alacritty.desktop"; in { /* environment.sessionVariables = { @@ -42,6 +43,9 @@ in { xdg-desktop-portal-gtk ]; }; + environment.sessionVariables = { + TERMINAL = "${terminal}"; + }; home-manager.users.${username} = { xdg.configFile."npm/npmrc".text = ''