Restructured alexandria

This commit is contained in:
baduhai 2022-11-29 22:16:01 -03:00
parent 629f9196e2
commit b3f9a791ba
8 changed files with 76 additions and 118 deletions

View file

@ -1 +1,9 @@
config, pkgs, lib, ... }:
{
imports = [
# Host-common imports
../common/programs.nix
../common/home.nix
];
}