diff --git a/hosts/workstation/features/default.nix b/hosts/workstation/features/default.nix new file mode 100644 index 0000000..ca4de34 --- /dev/null +++ b/hosts/workstation/features/default.nix @@ -0,0 +1,6 @@ +{ + imports = [ + ./hardware + ./software + ]; +}