(hypr) replaced waybar with hyprpanel
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user