Start adding specialisations to consider

This commit is contained in:
Evie Litherland-Smith 2024-03-15 11:22:01 +00:00
parent 48dc2ef95c
commit 1e71fb4598
3 changed files with 9 additions and 0 deletions

3
specialisations/home.nix Normal file
View file

@ -0,0 +1,3 @@
{...}: {
specialisation.home = {};
}

View file

@ -0,0 +1,3 @@
{...}: {
specialisation.server = {};
}

3
specialisations/work.nix Normal file
View file

@ -0,0 +1,3 @@
{...}: {
specialisation.work = {};
}