(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 ];
|
||||
};
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
imports = [
|
||||
../packages/hyprland/default.nix
|
||||
../packages/waybar/default.nix
|
||||
../packages/hyprpanel/default.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
$terminal = kitty
|
||||
$bar = hyprpanel
|
||||
|
||||
exec-once = $terminal
|
||||
exec-once = waybar
|
||||
exec-once = $bar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user