dotfiles/nix/modules/common/default.nix
isabel 62fe63eea2
refactor: nix
mostly small changes to move to a module based strucutre such that you
can add more hosts at a later date
2025-01-17 13:34:38 +00:00

4 lines
53 B
Nix

{ lib, ... }:
{
imports = lib.importAll [ ] ./.;
}