(hypr) replaced waybar with hyprpanel

This commit is contained in:
biscuit
2025-05-14 09:41:47 -05:00
parent bfb74c0f6e
commit 79963a171b
3 changed files with 8 additions and 2 deletions
+5 -1
View File
@@ -36,7 +36,11 @@
};
homeConfigurations = {
biscuit = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
pkgs = import nixpkgs {
inherit system;
overlays = [ inputs.hyprpanel.overlay ];
};
# inherit pkgs;
extraSpecialArgs = { inherit inputs system; };
modules = [ ./home-manager/home.nix ];
};