modularized user

This commit is contained in:
Bryan Ramos 2024-01-27 14:22:57 -05:00
parent 41c07d0fc1
commit 09fdfeed11
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 25 additions and 10 deletions

View file

@ -1 +1 @@
{ imports = [ ./hardware.nix ./system.nix ]; }
{ imports = [ ./hardware.nix ./system.nix ./user ]; }