forked from fabian/nix_config
modules/laptop: initial commit
This commit is contained in:
parent
8cc6c13cf5
commit
3152a0f626
2 changed files with 21 additions and 0 deletions
10
modules/laptop/default.nix
Normal file
10
modules/laptop/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
doctrine,
|
||||
...
|
||||
}:
|
||||
doctrine.lib.mkModule {
|
||||
inherit config;
|
||||
name = "laptop";
|
||||
sys = ./sys.nix;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue