rename janitor.nix

This commit is contained in:
4DBug
2026-03-02 09:47:42 -06:00
parent 8657bb0393
commit 888ac863f8
3 changed files with 8 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
catppuccin
#librewolf
nixcord
organize
];
nixos = {

View File

@@ -1,3 +0,0 @@
{
}

View File

@@ -0,0 +1,7 @@
{ inputs, ... }: {
den.aspects.organize = {
nixos = {
};
};
}