miku: Stub superpaper
This commit is contained in:
parent
4a0031c2c6
commit
c82e013a30
@ -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";
|
||||
# };
|
||||
#};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user