This commit is contained in:
Bryan Ramos 2024-01-30 10:10:42 -05:00
parent e513913099
commit 429fbc0d63
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 42 additions and 23 deletions

View file

@ -1,8 +1,8 @@
{ lib, ... }:
{
{
imports = [
../../user
./system.nix
./system.nix
];
}