1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Add XDG Desktop Portal for Hyprland

This commit is contained in:
RGBCube 2023-11-11 21:23:16 +03:00
parent 8dd792984f
commit 729ce0f786
No known key found for this signature in database

View file

@ -2,6 +2,12 @@
(systemConfiguration {
hardware.opengl = enabled {};
xdg.portal = enabled {
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
];
};
})
(homeConfiguration "nixos" {