Add Home Manager module

This commit is contained in:
benvonh
2024-12-24 01:54:59 +10:00
parent 97e852cf94
commit a404dd842e
3 changed files with 374 additions and 0 deletions

View File

@@ -75,5 +75,7 @@
overlay = final: prev: {
hyprpanel = self.packages.${prev.stdenv.system}.default;
};
homeManagerModules.hyprpanel = import ./nix/module.nix self;
};
}