feat: add waybar

This commit is contained in:
2025-06-21 02:07:22 -07:00
parent 59597ac15c
commit d76a581761
2 changed files with 10 additions and 16 deletions

View File

@@ -33,11 +33,16 @@
pa_applet
libnotify
adwaita-icon-theme
swaybg
];
programs.thunar.enable = true;
programs.hyprland.enable = true;
services.tumbler.enable = true;
# services.displayManager.ly.enable = true;
services.displayManager.ly.enable = true;
# services.displayManager.sddm = {
# enable = true;
# wayland.enable = true;
# };
rofi.enable = true;
home-manager.users.luca = {
@@ -54,7 +59,6 @@
};
waybar = {
enable = true;
systemd.enable = true;
};
};
xdg.configFile = {
@@ -145,6 +149,10 @@
"XCURSOR_THEME, Adwaita"
"XCURSOR_SIZE,24"
];
exec-once = [
"swaybg -i ~/.config/wallpaper/bg.jpg"
"waybar"
];
monitor = [
"eDP-1, 1920x1080, 0x0, 1"
];