wip: add hyprland

This commit is contained in:
Sean Kovacs 2026-02-28 12:41:55 -05:00
commit dc69c8e6f6
Signed by: sckova
GPG key ID: 00F325187C68651A
6 changed files with 791 additions and 6 deletions

View file

@ -10,7 +10,7 @@
${pkgs.wbg}/bin/wbg -s \
%h/.local/share/wallpaper/daily-colored.jpg
'';
Install.WantedBy = [ "niri.service" ];
Install.WantedBy = [ "graphical-session.target" ];
};
systemd.user.services.bing-wallpaper = {
@ -47,7 +47,7 @@
}
);
Service.ExecStartPost = "${pkgs.systemd}/bin/systemctl --user start gowall-convert.service";
Install.WantedBy = [ "niri.service" ];
Install.WantedBy = [ "graphical-session.target" ];
};
systemd.user.timers.bing-wallpaper = {