mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: updated uuids
This commit is contained in:
parent
4d5782622f
commit
33da001923
2 changed files with 6 additions and 6 deletions
|
@ -35,7 +35,7 @@ in
|
|||
};
|
||||
fonts = {
|
||||
names = {
|
||||
name0 = "MonaspiceRn Nerd Font";
|
||||
name0 = "MonaspiceAr Nerd Font";
|
||||
name1 = "";
|
||||
};
|
||||
sizes = {
|
||||
|
|
|
@ -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
|
||||
;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue