diff --git a/specialisations/home.nix b/specialisations/home.nix new file mode 100644 index 00000000..68ee158c --- /dev/null +++ b/specialisations/home.nix @@ -0,0 +1,3 @@ +{...}: { + specialisation.home = {}; +} diff --git a/specialisations/server.nix b/specialisations/server.nix new file mode 100644 index 00000000..56fb4231 --- /dev/null +++ b/specialisations/server.nix @@ -0,0 +1,3 @@ +{...}: { + specialisation.server = {}; +} diff --git a/specialisations/work.nix b/specialisations/work.nix new file mode 100644 index 00000000..cf34c1fb --- /dev/null +++ b/specialisations/work.nix @@ -0,0 +1,3 @@ +{...}: { + specialisation.work = {}; +}