feat: a lot of stuff

This commit is contained in:
Jacob Bachmann 2024-07-25 16:54:52 +02:00
parent a990c70c8f
commit 059f5efba3
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
9 changed files with 42 additions and 9 deletions

View file

@ -39,7 +39,9 @@
inputs.home-manager.nixosModules.home-manager
{
imports = [ ./users/gandalf ];
imports = [
./users/gandalf
];
}
];