This commit is contained in:
4DBug
2026-03-01 03:55:20 -06:00
parent 8ff72d5c6a
commit 2d4510c2fd
9 changed files with 46 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
{ inputs, ... }: {
den.aspects.librewolf = {
homeManager = {
imports = [ inputs.nixcord.homeModules.nixcord ];
programs.nixcord = {
enable = true;
dorion.enable = true;
};
};
};
}