forgor to stage changes

but git management in vscodium do be fire ngl
This commit is contained in:
martyTF 2025-12-16 16:51:22 +01:00
parent 3d09e64139
commit db5366102b
8 changed files with 22 additions and 37 deletions

13
system/import_system.nix Normal file
View file

@ -0,0 +1,13 @@
{
config,
lib,
pkgs,
...
}:
{
imports = [
./boot.nix
];
}