Attempt to replace waybar with hyprpanel
This commit is contained in:
parent
fcadd0b39c
commit
f5ab66cc4b
@ -50,6 +50,11 @@
|
||||
walker = {
|
||||
url = "github:abenz1267/walker";
|
||||
};
|
||||
|
||||
hyprpanel = {
|
||||
url = "github:Jas-SinghFSU/HyprPanel";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@ -86,6 +91,7 @@
|
||||
./home/home.nix
|
||||
nixvim.homeManagerModules.nixvim
|
||||
walker.homeManagerModules.default
|
||||
inputs.hyprpanel.homeManagerModules.hyprpanel
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@ -8,6 +8,6 @@
|
||||
./browsers.nix
|
||||
./productivity.nix
|
||||
./media.nix
|
||||
./hyprland.nix
|
||||
./hyprland/hyprland.nix
|
||||
];
|
||||
}
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
}: {
|
||||
imports = [
|
||||
./kitty.nix
|
||||
./waybar.nix
|
||||
#./waybar.nix
|
||||
./mako.nix
|
||||
./walker.nix
|
||||
./network-manager.nix
|
||||
@ -13,6 +13,7 @@
|
||||
./cliphist.nix
|
||||
./wlogout.nix
|
||||
./wlsunset.nix
|
||||
./hyprpanel.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
@ -204,7 +205,7 @@
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
exec-once = waybar
|
||||
exec-once hyprpanel
|
||||
'';
|
||||
};
|
||||
}
|
||||
5
home/modules/hyprland/hyprpanel.nix
Normal file
5
home/modules/hyprland/hyprpanel.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
programs.hyprpanel = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@ -7,6 +7,7 @@
|
||||
};
|
||||
font = {
|
||||
name = "CaskaydiaCove Nerd Font";
|
||||
size = 12;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user