Recreated all the nixes

This commit is contained in:
2026-03-06 22:38:25 +01:00
parent ee8b639390
commit 345884eaee
88 changed files with 994 additions and 1080 deletions
@@ -1,4 +0,0 @@
{ pkgs, user, ... }:
{
# Your configurations here
}
@@ -1,4 +1,7 @@
{ lib, config, pkgs, ... }:
{ config, pkgs, lib, user, inputs, ... }:
{
imports = [ ./placeholder.nix ];
imports = [
# No subfolders to import
];
# .. put any code here
}