1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Delete xdg portal

This commit is contained in:
RGBCube 2023-11-24 16:13:45 +03:00
parent f555a1128b
commit 49de83622e
No known key found for this signature in database

View file

@ -1,13 +1,7 @@
{ pkgs, upkgs, ulib, theme, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: ulib.recursiveUpdate3 { pkgs, upkgs, ulib, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: ulib.recursiveUpdate3
(systemConfiguration { (systemConfiguration {
hardware.opengl = enabled {}; hardware.opengl = enabled {};
xdg.portal = enabled {
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
];
};
}) })
(homeConfiguration "nixos" { (homeConfiguration "nixos" {