feat: add a lot of stuff
This commit is contained in:
parent
8eb88574fb
commit
6067f0ff0b
47 changed files with 578 additions and 136 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
{ lib, config, ... }: lib.mkIf config.bchmnn.gui.enable {
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
# gtk portal needed to make gtk apps happy
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
# extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
# upper has been replaced by following
|
||||
config.common.default = "*";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue