miku: Stub superpaper

This commit is contained in:
PapaTutuWawa 2021-10-22 22:25:30 +02:00
parent 4a0031c2c6
commit c82e013a30

View File

@ -153,16 +153,16 @@ in mkHost config {
Restart = "always";
};
};
superpaper = {
description = "A cross-platform multi monitor wallpaper manager.";
wantedBy = [ "default.target" ];
path = [ pkgs.glib ];
serviceConfig = {
Type = "simple";
ExecStart = "${pkgs.superpaper}/bin/superpaper";
Restart = "always";
};
};
#superpaper = {
# description = "A cross-platform multi monitor wallpaper manager.";
# wantedBy = [ "default.target" ];
# path = [ pkgs.glib ];
# serviceConfig = {
# Type = "simple";
# ExecStart = "${pkgs.superpaper}/bin/superpaper";
# Restart = "always";
# };
#};
};
};
}