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 ]; };