change wallpaper location in nitrogen

This commit is contained in:
2025-03-14 12:47:39 +01:00
parent ae35f23ee5
commit 8fd63e2d59

View File

@ -1,7 +1,7 @@
{ config, lib, pkgs, homeDir, ... }:
let
background = "${homeDir}/.config/nitrogen/wallpaper.png";
background = "${homeDir}/.config/wallpaper.png";
in
{
config = lib.mkIf config.mods.x11.enable {