hosts: move wayland portal to home
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -16,7 +16,6 @@ let
|
||||
desktopModules = [
|
||||
./programs/adb
|
||||
./services/xserver
|
||||
./wayland.nix
|
||||
./sound.nix
|
||||
];
|
||||
in
|
||||
|
@@ -1,11 +0,0 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [
|
||||
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
|
||||
];
|
||||
config.common.default = "*";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user