mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
6 lines
84 B
Nix
6 lines
84 B
Nix
_: {
|
|
flake.nixosModules.onxyboox = _: {
|
|
services.gvfs.enable = true;
|
|
};
|
|
}
|