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