From 01708b2f1e1aeaf925be18f8ed7e2c03989dbf02 Mon Sep 17 00:00:00 2001 From: harry123 Date: Thu, 3 Jul 2025 10:02:20 +0200 Subject: [PATCH] added features/default.nix --- hosts/workstation/features/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hosts/workstation/features/default.nix 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 + ]; +}