feat: updated uuids

This commit is contained in:
Nick 2025-01-31 20:43:50 -06:00
parent 4d5782622f
commit 33da001923
2 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@ in
};
fonts = {
names = {
name0 = "MonaspiceRn Nerd Font";
name0 = "MonaspiceAr Nerd Font";
name1 = "";
};
sizes = {

View file

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