chore(tree-wide): remove snowfall-lib as dependency

This commit is contained in:
Mohammad Rafiq 2025-07-01 17:02:27 +08:00
parent 5cf347812c
commit 0965dd312a
No known key found for this signature in database
8 changed files with 65 additions and 41 deletions

View file

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