mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -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 = {
|
fonts = {
|
||||||
names = {
|
names = {
|
||||||
name0 = "MonaspiceRn Nerd Font";
|
name0 = "MonaspiceAr Nerd Font";
|
||||||
name1 = "";
|
name1 = "";
|
||||||
};
|
};
|
||||||
sizes = {
|
sizes = {
|
||||||
|
|
|
@ -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
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue