move option from home to system

This commit is contained in:
NullBite 2024-03-04 21:58:12 -05:00
parent c3d5e65527
commit fbc7c9dfab
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,6 @@ in
}; };
}; };
# this solves some inconsistent behavior with xdg-open
xdg.portal.xdgOpenUsePortal = true;
services = { services = {
udiskie = { udiskie = {
enable = mkDefault true; enable = mkDefault true;

View File

@ -36,6 +36,9 @@ in
wl-clipboard wl-clipboard
]; ];
# this solves some inconsistent behavior with xdg-open
xdg.portal.xdgOpenUsePortal = true;
# Enable flatpak # Enable flatpak
services.flatpak.enable = mkDefault true; services.flatpak.enable = mkDefault true;