change wallpaper location in nitrogen
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
{ config, lib, pkgs, homeDir, ... }:
|
{ config, lib, pkgs, homeDir, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
background = "${homeDir}/.config/nitrogen/wallpaper.png";
|
background = "${homeDir}/.config/wallpaper.png";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.mods.x11.enable {
|
config = lib.mkIf config.mods.x11.enable {
|
||||||
|
Reference in New Issue
Block a user