chore: clean up tree-wide

This commit is contained in:
Mohammad Rafiq 2025-07-02 06:02:47 +08:00
parent 45afd6bea5
commit b9ad8ac2ca
No known key found for this signature in database
50 changed files with 247 additions and 511 deletions

View file

@ -11,13 +11,5 @@ in
{
imports =
(optional osConfig.desktop.enable (import-tree ./desktop))
++ singleton (import-tree ./cli)
++ [
inputs.nix-index-database.hmModules.nix-index
inputs.nvf.homeManagerModules.default
];
config = {
stylix.image = ./desktop/wallpaper.png;
};
++ singleton (import-tree ./cli);
}