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:
parent
8dd792984f
commit
729ce0f786
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
(systemConfiguration {
|
||||
hardware.opengl = enabled {};
|
||||
|
||||
xdg.portal = enabled {
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-hyprland
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
(homeConfiguration "nixos" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue