add desktop and laptop config option

This commit is contained in:
Frost-Phoenix 2024-04-13 13:43:59 +02:00
parent 04e4aa6164
commit ff99a6803a
8 changed files with 63 additions and 45 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
./../../modules/core
];
}

7
hosts/laptop/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
./../../modules/core
];
}