many changes

This commit is contained in:
2025-02-23 16:00:33 +01:00
parent e2add63337
commit 386b70314d
29 changed files with 1840 additions and 423 deletions

View File

@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
./ghetto.nix
];
}