Created all the top.nixes

This commit is contained in:
2026-03-06 22:37:03 +01:00
parent 511b4fd3f7
commit ee8b639390
87 changed files with 2824 additions and 474 deletions
@@ -0,0 +1,4 @@
{ pkgs, user, ... }:
{
# Your configurations here
}
@@ -0,0 +1,4 @@
{ lib, config, pkgs, ... }:
{
imports = [ ./placeholder.nix ];
}