Fix hyprpaper config location, remove systemd integration for waybar, use sddm
This commit is contained in:
parent
b804c0997d
commit
4dc6f8c245
|
@ -6,6 +6,8 @@
|
|||
./hardware/audio.nix
|
||||
./hardware/bluetooth.nix
|
||||
./locales/en_GB.nix
|
||||
./desktop/xserver.nix
|
||||
./desktop/sddm.nix
|
||||
./desktop/hyprland.nix
|
||||
./desktop/steam.nix
|
||||
./syncthing/Vanguard.nix
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
monitor=DP-1,highrr,auto,1
|
||||
monitor=HDMI-A-1,highres,auto,2
|
||||
|
||||
exec-once = waybar -c
|
||||
exec-once=hyprpaper -c ~/.config/hypr/hyprpaper-Vanguard.conf
|
||||
exec-once = hyprpaper
|
||||
exec-once = waybar
|
||||
'';
|
||||
programs.waybar = {
|
||||
style = ''
|
||||
|
|
|
@ -8,8 +8,5 @@
|
|||
source = ./config/waybar;
|
||||
recursive = true;
|
||||
};
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
programs.waybar.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue