trying hm service
This commit is contained in:
parent
2c3c3cc854
commit
5b015349c0
1 changed files with 8 additions and 0 deletions
|
@ -36,6 +36,14 @@
|
||||||
|
|
||||||
home.file = { };
|
home.file = { };
|
||||||
|
|
||||||
|
systemd.user.services.bg = {
|
||||||
|
script = ''
|
||||||
|
/home/ravenshade/bg.sh
|
||||||
|
'';
|
||||||
|
wantedBy = [ "graphical-session.target" ];
|
||||||
|
partOf = [ "graphical-session.target" ];
|
||||||
|
};
|
||||||
|
|
||||||
# wayland.windowManager.hyprland = {
|
# wayland.windowManager.hyprland = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# package = pkgs.hyprland;
|
# package = pkgs.hyprland;
|
||||||
|
|
Loading…
Reference in a new issue