Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-06-23 13:53:08 +02:00
parent 11391ae56c
commit 082de49ca4
11 changed files with 1141 additions and 151 deletions
+21
View File
@@ -0,0 +1,21 @@
{ pkgs, ... }: {
imports = [
./settings.nix
./style.nix
];
programs.waybar.enable = true;
stylix.targets.waybar.enable = false;
home.packages = with pkgs; [
playerctl
pavucontrol
blueman
swayosd
];
wayland.windowManager.hyprland.settings.exec-once = [
"waybar"
"swayosd-server"
];
}