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 = {
|
services = {
|
||||||
udiskie = {
|
udiskie = {
|
||||||
enable = mkDefault true;
|
enable = mkDefault true;
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user