move admin-jroeger
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user