More opt
Some checks failed
Nix Build / build-nixos (push) Failing after 29s

This commit is contained in:
soraefir
2024-04-14 22:45:21 +02:00
parent ad1c8a0026
commit 0920a1381d
10 changed files with 132 additions and 130 deletions

View File

@ -1,14 +1,14 @@
{ config, lib, pkgs, ... }: {
xdg.portal = {
enable = true;
# wlr.enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
config.common.default = [ "hyprland" "gtk" ];
};
xdg.portal = {
enable = true;
# wlr.enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
config.common.default = [ "hyprland" "gtk" ];
};
environment.sessionVariables = rec {
GBM_BACKEND = "amd-drm";