waybar to nix config

This commit is contained in:
2024-12-06 22:06:43 +01:00
parent 27265e28b5
commit fd5c6cba81
5 changed files with 506 additions and 17 deletions
+3
View File
@@ -19,6 +19,9 @@
# hyprpolkit -- not in nixpkgs yet
];
imports = [
./waybar.nix
];
wayland.windowManager.hyprland = {
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
enable = true;