setup hyprland portal
This commit is contained in:
parent
ccc5d64443
commit
1edcbe4f54
2 changed files with 2 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
||||||
./nix.nix
|
./nix.nix
|
||||||
|
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [ (import ./packages) ];
|
nixpkgs.overlays = [ (import ./packages) hyprland.overlays.default ];
|
||||||
system.configurationRevision = lib.mkIf (self ? rev) self.rev;
|
system.configurationRevision = lib.mkIf (self ? rev) self.rev;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -93,8 +93,7 @@
|
||||||
xdg = {
|
xdg = {
|
||||||
portal = {
|
portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wlr.enable = true;
|
extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-hyprland ];
|
||||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue