This commit is contained in:
parent
37c36112e3
commit
43df5bcd08
4 changed files with 8 additions and 3 deletions
5
modules/pc.nix
Normal file
5
modules/pc.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos.pc.imports = with config.flake.modules.nixos; [ base ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue