works again, mostly done, now we can start with server

This commit is contained in:
martyTF 2026-04-03 01:11:14 +02:00
parent 784f214fb7
commit 270e1a0be4
38 changed files with 623 additions and 381 deletions

12
home/apps/default.nix Normal file
View file

@ -0,0 +1,12 @@
{
config,
lib,
pkgs,
...
}:
{
imports = [
./terminal
];
}

View file

@ -8,5 +8,6 @@
{
imports = [
./kitty.nix
./ranger.nix
];
}

View file

@ -2,6 +2,7 @@
config,
lib,
pkgs,
osConfig,
...
}: