forked from fabian/nix_config
modules/thinkpad: initial commit
This commit is contained in:
parent
4a7e6f545c
commit
a69723cf87
2 changed files with 41 additions and 0 deletions
11
modules/thinkpad/default.nix
Normal file
11
modules/thinkpad/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
config,
|
||||
doctrine,
|
||||
...
|
||||
}:
|
||||
doctrine.lib.mkModule {
|
||||
inherit config;
|
||||
name = "thinkpad";
|
||||
sys = ./sys.nix;
|
||||
requires = ["laptop"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue