mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2026-06-15 00:25:39 +00:00
mostly small changes to move to a module based strucutre such that you can add more hosts at a later date
4 lines
53 B
Nix
4 lines
53 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = lib.importAll [ ] ./.;
|
|
}
|