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