From 10f25c5e7362967c865216bbd006ae1eb414280f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 16 Dec 2023 15:45:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20update=20deprecated=20x?= =?UTF-8?q?dg-portals=20related=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/btop.nix | 2 +- hosts/neodymium/default.nix | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/home/shell/btop.nix b/home/shell/btop.nix index e997764..9612d80 100644 --- a/home/shell/btop.nix +++ b/home/shell/btop.nix @@ -19,5 +19,5 @@ in { }; }; - programs.zsh.shellAliases = {htop = "btop";}; + programs.zsh.shellAliases.htop = "btop"; } diff --git a/hosts/neodymium/default.nix b/hosts/neodymium/default.nix index 689720a..078b3e8 100644 --- a/hosts/neodymium/default.nix +++ b/hosts/neodymium/default.nix @@ -13,9 +13,15 @@ xdg.portal = { enable = true; wlr.enable = true; + + config = { + common.default = ["wlr" "gtk"]; + hyprland.default = ["hyprland"]; + }; extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr + pkgs.xdg-desktop-portal-hyprland ]; };