This commit is contained in:
Noa Aarts 2024-11-24 18:20:49 +01:00
parent df376ec65e
commit 4109c5aa4c
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 5 additions and 2 deletions

View file

@ -172,7 +172,11 @@
maple-mono-NF
];
xdg.portal.enable = true;
xdg = {
portal = {enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gnome];
};
};
programs = {
nm-applet.enable = true;