move option from home to system
This commit is contained in:
parent
c3d5e65527
commit
fbc7c9dfab
@ -64,9 +64,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# this solves some inconsistent behavior with xdg-open
|
||||
xdg.portal.xdgOpenUsePortal = true;
|
||||
|
||||
services = {
|
||||
udiskie = {
|
||||
enable = mkDefault true;
|
||||
|
@ -36,6 +36,9 @@ in
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
# this solves some inconsistent behavior with xdg-open
|
||||
xdg.portal.xdgOpenUsePortal = true;
|
||||
|
||||
# Enable flatpak
|
||||
services.flatpak.enable = mkDefault true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user