disable hyprland for now
This commit is contained in:
parent
dc69c8e6f6
commit
3e61bdcd8b
5 changed files with 14 additions and 14 deletions
|
|
@ -10,7 +10,7 @@
|
|||
${pkgs.wbg}/bin/wbg -s \
|
||||
%h/.local/share/wallpaper/daily-colored.jpg
|
||||
'';
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
Install.WantedBy = [ "niri.service" ];
|
||||
};
|
||||
|
||||
systemd.user.services.bing-wallpaper = {
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
);
|
||||
Service.ExecStartPost = "${pkgs.systemd}/bin/systemctl --user start gowall-convert.service";
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
Install.WantedBy = [ "niri.service" ];
|
||||
};
|
||||
|
||||
systemd.user.timers.bing-wallpaper = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue