(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 = { homeConfigurations = {
biscuit = home-manager.lib.homeManagerConfiguration { biscuit = home-manager.lib.homeManagerConfiguration {
inherit pkgs; pkgs = import nixpkgs {
inherit system;
overlays = [ inputs.hyprpanel.overlay ];
};
# inherit pkgs;
extraSpecialArgs = { inherit inputs system; }; extraSpecialArgs = { inherit inputs system; };
modules = [ ./home-manager/home.nix ]; modules = [ ./home-manager/home.nix ];
}; };
+1
View File
@@ -3,5 +3,6 @@
imports = [ imports = [
../packages/hyprland/default.nix ../packages/hyprland/default.nix
../packages/waybar/default.nix ../packages/waybar/default.nix
../packages/hyprpanel/default.nix
]; ];
} }
+2 -1
View File
@@ -5,7 +5,8 @@
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # Or execute your favorite apps at launch like this:
$terminal = kitty $terminal = kitty
$bar = hyprpanel
exec-once = $terminal exec-once = $terminal
exec-once = waybar exec-once = $bar