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

Add Hyprland portal

This commit is contained in:
RGBCube 2023-12-01 08:32:16 +03:00
parent 6ded385f22
commit 039153cf81
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" {