mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-14 06:00:26 -04:00
10 lines
118 B
Nix
10 lines
118 B
Nix
|
{ ... }:
|
||
|
let
|
||
|
NAME = "meyer";
|
||
|
in
|
||
|
{
|
||
|
imports = [
|
||
|
(import ../modules/networkManager.nix { inherit NAME; })
|
||
|
];
|
||
|
}
|