add desktop and laptop config option
This commit is contained in:
parent
04e4aa6164
commit
ff99a6803a
8 changed files with 63 additions and 45 deletions
7
hosts/desktop/default.nix
Normal file
7
hosts/desktop/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./../../modules/core
|
||||
];
|
||||
}
|
7
hosts/laptop/default.nix
Normal file
7
hosts/laptop/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./../../modules/core
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue