From 33da0019239adbb3c646ea193f587e24fbeeeace Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 31 Jan 2025 20:43:50 -0600 Subject: [PATCH] feat: updated uuids --- config/themes/default.nix | 2 +- nixos/modules/hyprland/wayland.nix | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/themes/default.nix b/config/themes/default.nix index 6de7eee..4db96d6 100755 --- a/config/themes/default.nix +++ b/config/themes/default.nix @@ -35,7 +35,7 @@ in }; fonts = { names = { - name0 = "MonaspiceRn Nerd Font"; + name0 = "MonaspiceAr Nerd Font"; name1 = ""; }; sizes = { diff --git a/nixos/modules/hyprland/wayland.nix b/nixos/modules/hyprland/wayland.nix index 51e7766..cc19e3e 100755 --- a/nixos/modules/hyprland/wayland.nix +++ b/nixos/modules/hyprland/wayland.nix @@ -1,4 +1,5 @@ -{pkgs, ...}: { +{ pkgs, ... }: +{ environment.sessionVariables.NIXOS_OZONE_WL = "1"; xdg = { @@ -6,11 +7,10 @@ enable = true; extraPortals = builtins.attrValues { - inherit - (pkgs) - # xdg-desktop-portal-hyprland + inherit (pkgs) + xdg-desktop-portal-hyprland xdg-desktop-portal-wlr - xdg-desktop-portal-kde + # xdg-desktop-portal-kde xdg-desktop-portal-gtk ; };