feat: added website template

This commit is contained in:
Nick 2025-06-22 18:31:52 -05:00
parent 400964fbee
commit ac4fca8fe6
37 changed files with 2426 additions and 0 deletions

0
modules/config/instances/config/kanboard.nix Normal file → Executable file
View file

0
modules/config/instances/config/podgrab.nix Normal file → Executable file
View file

View file

@ -162,6 +162,7 @@ in
ghostty
prismLauncher
steam
airshipper
zed
vsCode
feishin

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
airshipper
;
};
}

0
modules/nixos/services/podgrab/default.nix Normal file → Executable file
View file