miku: Stub superpaper
This commit is contained in:
parent
4a0031c2c6
commit
c82e013a30
@ -153,16 +153,16 @@ in mkHost config {
|
|||||||
Restart = "always";
|
Restart = "always";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
superpaper = {
|
#superpaper = {
|
||||||
description = "A cross-platform multi monitor wallpaper manager.";
|
# description = "A cross-platform multi monitor wallpaper manager.";
|
||||||
wantedBy = [ "default.target" ];
|
# wantedBy = [ "default.target" ];
|
||||||
path = [ pkgs.glib ];
|
# path = [ pkgs.glib ];
|
||||||
serviceConfig = {
|
# serviceConfig = {
|
||||||
Type = "simple";
|
# Type = "simple";
|
||||||
ExecStart = "${pkgs.superpaper}/bin/superpaper";
|
# ExecStart = "${pkgs.superpaper}/bin/superpaper";
|
||||||
Restart = "always";
|
# Restart = "always";
|
||||||
};
|
# };
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user