♻️ consolidate nix configs

This commit is contained in:
2024-09-02 10:47:02 -04:00
parent 49884d40e5
commit 06ddc96680
49 changed files with 26 additions and 26 deletions

5
nix/users/default.nix Normal file
View File

@ -0,0 +1,5 @@
{ ... }:
{
imports = [ ./walkah.nix ];
}