diff options
author | EuAndreh <eu@euandre.org> | 2020-07-19 06:36:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-07-19 06:36:34 -0300 |
commit | f1f2cfe7c15ab99260f9f46d7b9e203d474cf2a2 (patch) | |
tree | 9cdd4d245a86a5b756b54dc47290a0c1923f2d21 | |
parent | Annotate TODOs.org (diff) | |
download | dotfiles-f1f2cfe7c15ab99260f9f46d7b9e203d474cf2a2.tar.gz dotfiles-f1f2cfe7c15ab99260f9f46d7b9e203d474cf2a2.tar.xz |
configuration.nix: Set background image from ~/annex/ instead of ~/Nextcloud/
-rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 8cec666..e9ba4ad 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -439,7 +439,7 @@ in { # To test a keycode: # xmodmap -e 'keycode 118 = bar Greek_lamda' sessionCommands = '' - ${pkgs.fvwm}/bin/xpmroot ~/Nextcloud/Images/emotion.png & + ${pkgs.fvwm}/bin/xpmroot ~/annex/docs/emotion.png & ''; }; }; |