yep commit
This commit is contained in:
13
mods/wallpaper2.nix
Normal file
13
mods/wallpaper2.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
|
||||
{
|
||||
systemd.services.wallpaper = {
|
||||
serviceConfig = {
|
||||
# ...
|
||||
};
|
||||
script = ''
|
||||
linux-wallpaperengine --screen-root DP-2 2777842128"
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user