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/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
|
||||||
|
|
|
@ -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 = ''
|
||||||
|
|
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue