mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
workstation added
This commit is contained in:
parent
7b11ac39c8
commit
ec56fef89b
12 changed files with 355 additions and 94 deletions
|
|
@ -1 +1,9 @@
|
|||
{ imports = [ ./home.nix ]; }
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../user/config
|
||||
./hardware.nix
|
||||
./system.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue