move admin-jroeger

This commit is contained in:
2026-03-28 17:34:12 +01:00
parent 71b6c1638b
commit 6651d3e417
41 changed files with 28 additions and 2332 deletions

View File

@@ -1,4 +1,4 @@
{
{self, ...}: {
flake.homeModules.doom = {
config,
pkgs,
@@ -171,6 +171,11 @@
};
};
imports = [
# for copilot ls
self.homeModules.unstable-overlay
];
config = lib.mkIf cfg.enable {
fonts.fontconfig.enable = true;