refactor(xdg.portal): move all xdg.portal options -> system

This commit is contained in:
ooks-io 2024-05-19 17:12:01 +12:00
parent 1d70d4342e
commit 3ab9bec923
4 changed files with 1 additions and 8 deletions

View file

@ -23,7 +23,6 @@ in
};
config = lib.mkIf cfg.enable {
xdg.portal.enable = true;
home.sessionVariables = {
CLUTTER_BACKEND = "wayland";
NIXOS_OZONE_WL = "1";

View file

@ -12,10 +12,6 @@ in
];
config = lib.mkIf cfg.enable {
xdg.portal = {
extraPortals = [ inputs.xdg-portal-hyprland.packages.${pkgs.system}.default ];
};
home.packages = [
pkgs.hyprpicker
hyprvolume