first commit
This commit is contained in:
commit
780ddcda1c
37 changed files with 981 additions and 0 deletions
9
configuration/modules/xdg-settings.nix
Normal file
9
configuration/modules/xdg-settings.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
configPackages = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue