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 = { fonts = {
names = { names = {
name0 = "MonaspiceRn Nerd Font"; name0 = "MonaspiceAr Nerd Font";
name1 = ""; name1 = "";
}; };
sizes = { sizes = {

View file

@ -1,4 +1,5 @@
{pkgs, ...}: { { pkgs, ... }:
{
environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.sessionVariables.NIXOS_OZONE_WL = "1";
xdg = { xdg = {
@ -6,11 +7,10 @@
enable = true; enable = true;
extraPortals = builtins.attrValues { extraPortals = builtins.attrValues {
inherit inherit (pkgs)
(pkgs) xdg-desktop-portal-hyprland
# xdg-desktop-portal-hyprland
xdg-desktop-portal-wlr xdg-desktop-portal-wlr
xdg-desktop-portal-kde # xdg-desktop-portal-kde
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
; ;
}; };