diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 12:44:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 12:44:57 -0300 |
commit | a77ac3d93d3d03dace26c3876befca1db877f0c3 (patch) | |
tree | 5d41bcd4bbb88ae98105b945412653390407c17f /nixos | |
parent | Store borg updated files after borg create run (diff) | |
download | dotfiles-a77ac3d93d3d03dace26c3876befca1db877f0c3.tar.gz dotfiles-a77ac3d93d3d03dace26c3876befca1db877f0c3.tar.xz |
Move definitely from ownCloud to Nextcloud
Diffstat (limited to 'nixos')
-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 fa5138a..d2d27b3 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -363,7 +363,7 @@ in { # xmodmap -e 'keycode 118 = bar Greek_lamda' sessionCommands = '' ${pkgs.haskellPackages.xmobar}/bin/xmobar ~/.xmobarrc & - ${pkgs.fvwm}/bin/xpmroot ~/ownCloud/Images/emotion.png & + ${pkgs.fvwm}/bin/xpmroot ~/Nextcloud/Images/emotion.png & ''; }; }; |