add portal to configpackages?
This commit is contained in:
parent
2c7eefe6fb
commit
d762eb72f8
2 changed files with 16 additions and 10 deletions
|
|
@ -173,11 +173,10 @@
|
|||
maple-mono-NF
|
||||
];
|
||||
|
||||
xdg = {
|
||||
portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
|
||||
};
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
|
||||
configPackages = [ pkgs.niri ];
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue