diff --git a/home/config b/home/config index c77a6b7..b379fba 100644 --- a/home/config +++ b/home/config @@ -19,7 +19,7 @@ set $menu dmenu_path | wmenu | xargs swaymsg exec -- ### Output configuration # # Default wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/) -output * bg ~/tmp/51761494940_7f9d6ab0e3_o.jpg fill +output * bg ~/lib/pictures/camera/Camera/PXL_20240302_142813383.jpg fill ### Idle configuration # diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index ab51e59..58cef5b 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -26,9 +26,7 @@ in ignoreDups = true; ignoreSpace = true; save = 100000; - # FIXME https://github.com/junegunn/fzf/issues/4061 - #share = true; - share = false; + share = true; }; plugins = [ ]; diff --git a/nixos/gorgon/configuration.nix b/nixos/gorgon/configuration.nix index 85bb03d..3b5a8e9 100644 --- a/nixos/gorgon/configuration.nix +++ b/nixos/gorgon/configuration.nix @@ -225,7 +225,6 @@ in }; }; systemd.user.services.kanshi = { - enable = true; description = "kanshi daemon"; environment = { WAYLAND_DISPLAY = "wayland-1";