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"; 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";
}; # };
}; #};
}; };
}; };
} }