got a default doom emcas config working

This commit is contained in:
Sebastian Moser
2023-10-29 10:30:11 +00:00
parent 30635d9bf1
commit f15bbfdcf9
5 changed files with 204 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
"c2vi-main" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir; };
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self; };
modules = [
./hosts/main.nix
];