Start adding specialisations to consider
This commit is contained in:
parent
48dc2ef95c
commit
1e71fb4598
3
specialisations/home.nix
Normal file
3
specialisations/home.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{...}: {
|
||||
specialisation.home = {};
|
||||
}
|
3
specialisations/server.nix
Normal file
3
specialisations/server.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{...}: {
|
||||
specialisation.server = {};
|
||||
}
|
3
specialisations/work.nix
Normal file
3
specialisations/work.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{...}: {
|
||||
specialisation.work = {};
|
||||
}
|
Loading…
Reference in a new issue