5 lines
179 B
Nix
5 lines
179 B
Nix
|
{ nixpkgs, system, stateVersion, ... } @ inputs:
|
||
|
# Hosts configurations, »hosts« here means computers/machines
|
||
|
import ./bunta_desktop inputs
|
||
|
// import ./another_desktop inputs
|