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 = { + + }; + }; +}