Fix hyprpaper config location, remove systemd integration for waybar, use sddm

This commit is contained in:
Evie Litherland-Smith 2023-05-16 14:36:05 +01:00
parent b804c0997d
commit 4dc6f8c245
3 changed files with 5 additions and 6 deletions

View file

@ -6,6 +6,8 @@
./hardware/audio.nix ./hardware/audio.nix
./hardware/bluetooth.nix ./hardware/bluetooth.nix
./locales/en_GB.nix ./locales/en_GB.nix
./desktop/xserver.nix
./desktop/sddm.nix
./desktop/hyprland.nix ./desktop/hyprland.nix
./desktop/steam.nix ./desktop/steam.nix
./syncthing/Vanguard.nix ./syncthing/Vanguard.nix

View file

@ -16,8 +16,8 @@
monitor=DP-1,highrr,auto,1 monitor=DP-1,highrr,auto,1
monitor=HDMI-A-1,highres,auto,2 monitor=HDMI-A-1,highres,auto,2
exec-once = waybar -c exec-once = hyprpaper
exec-once=hyprpaper -c ~/.config/hypr/hyprpaper-Vanguard.conf exec-once = waybar
''; '';
programs.waybar = { programs.waybar = {
style = '' style = ''

View file

@ -8,8 +8,5 @@
source = ./config/waybar; source = ./config/waybar;
recursive = true; recursive = true;
}; };
programs.waybar = { programs.waybar.enable = true;
enable = true;
systemd.enable = true;
};
} }