From 888ac863f81ed09a200ae8cb98477026218748fb Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Mon, 2 Mar 2026 09:47:42 -0600 Subject: [PATCH] rename janitor.nix --- modules/hosts/laptop/laptop.nix | 1 + modules/software/janitor.nix | 3 --- modules/software/organize.nix | 7 +++++++ 3 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 modules/software/janitor.nix create mode 100644 modules/software/organize.nix diff --git a/modules/hosts/laptop/laptop.nix b/modules/hosts/laptop/laptop.nix index fc3420f..6e6aba2 100644 --- a/modules/hosts/laptop/laptop.nix +++ b/modules/hosts/laptop/laptop.nix @@ -26,6 +26,7 @@ catppuccin #librewolf nixcord + organize ]; nixos = { diff --git a/modules/software/janitor.nix b/modules/software/janitor.nix deleted file mode 100644 index 0db3279..0000000 --- a/modules/software/janitor.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ - -} diff --git a/modules/software/organize.nix b/modules/software/organize.nix new file mode 100644 index 0000000..0e02595 --- /dev/null +++ b/modules/software/organize.nix @@ -0,0 +1,7 @@ +{ inputs, ... }: { + den.aspects.organize = { + nixos = { + + }; + }; +}