yep commit

This commit is contained in:
2025-02-11 16:14:08 -05:00
parent 1916695202
commit 4fc35be18f
4 changed files with 37 additions and 33 deletions

13
mods/wallpaper2.nix Normal file
View File

@@ -0,0 +1,13 @@
{ config, pkgs, ... }:
{
systemd.services.wallpaper = {
serviceConfig = {
# ...
};
script = ''
linux-wallpaperengine --screen-root DP-2 2777842128"
'';
};
}