big home manager dotfile restructure

This commit is contained in:
2025-11-03 21:12:34 -06:00
parent 9b758fdd96
commit 0fc3f1f501
18 changed files with 109 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
{
pkgs,
lib,
config,
...
}: {
imports = [
./librewolf
./firefox
];
}