nix-config/home-manager/_mixins/users/_gburd/hosts/floki.nix

9 lines
114 B
Nix
Raw Normal View History

2024-05-03 01:36:17 +00:00
{ lib, ... }:
with lib.hm.gvariant;
{
imports = [
../../../desktop/vorta.nix
];
dconf.settings = { };
}