change wallpaper location in nitrogen
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user