This commit is contained in:
Asdam9
2026-07-21 17:50:47 +02:00
parent b352f5f926
commit 08c2f0eaba
5 changed files with 31 additions and 2 deletions

View File

@@ -28,5 +28,11 @@
];
};
flake.nixosModules.developmentProfile = { pkgs, ... }: {
imports = [
self.nixosModules.devenv
];
};
#flake.nixosModules.INSERTNAMEHERE = { pkgs, ... }: {};
}