home/programs/niri: replace desktop-portal-gtk with gnome
This commit is contained in:
parent
fe40c6c72c
commit
8b7164739d
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
osConfig,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
colors = inputs.basix.schemeData.base16.${osConfig.style.scheme}.palette;
|
||||
|
@ -11,8 +12,8 @@ in {
|
|||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
config.common.default = "*";
|
||||
extraPortals = [pkgs.xdg-desktop-portal pkgs.xdg-desktop-portal-gnome];
|
||||
configPackages = [config.programs.niri.package];
|
||||
};
|
||||
programs.niri = {
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue