mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-09 15:16:26 +00:00
8 lines
114 B
Nix
8 lines
114 B
Nix
{ lib, ... }:
|
|
with lib.hm.gvariant;
|
|
{
|
|
imports = [
|
|
../../../desktop/vorta.nix
|
|
];
|
|
dconf.settings = { };
|
|
}
|