switch to default.nix for home-manager

This commit is contained in:
2025-01-12 10:03:11 -06:00
parent 1689da5b56
commit e7ac0a8c26
18 changed files with 183 additions and 425 deletions

View File

@@ -1,10 +0,0 @@
{
description = "Rofi Config";
outputs = { self, ... }: {
hmModule = import ./.;
};
}