diff --git a/hosts/default/root.nix b/hosts/default/root.nix index 18f832c..37c71bb 100644 --- a/hosts/default/root.nix +++ b/hosts/default/root.nix @@ -1,6 +1,9 @@ { config, pkgs, inputs, ... }: { + imports = [ + ../../modules/applications + ]; # Home Manager needs a bit of information about you and the paths it should # manage. home.username = "root";