Merge branch 'forgejo'

This commit is contained in:
John Lancaster
2026-04-01 20:55:17 -05:00
15 changed files with 338 additions and 140 deletions
+2 -1
View File
@@ -5,7 +5,7 @@
hostname = "john-p14s";
homeDirectory = config.home-manager.users.john.home.homeDirectory;
flakeDir = "${homeDirectory}/Documents/dendritic";
my-neovim = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim
my-neovim = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim;
in
{
imports = [
@@ -130,6 +130,7 @@
appdaemon = true;
homelab = true;
dev = true;
certs = true;
};
}
];