trying hm service

main
Zynh Ludwig 2024-06-28 19:25:15 -07:00
parent 2c3c3cc854
commit 5b015349c0
1 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,14 @@
home.file = { };
systemd.user.services.bg = {
script = ''
/home/ravenshade/bg.sh
'';
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
};
# wayland.windowManager.hyprland = {
# enable = true;
# package = pkgs.hyprland;