diff --git a/modules/home/applications/mpv.nix b/modules/home/applications/mpv.nix index d776b54..eccb816 100644 --- a/modules/home/applications/mpv.nix +++ b/modules/home/applications/mpv.nix @@ -32,7 +32,7 @@ in }; persist.state.directories = [ - ".config/mpv" + ".local/state/mpv" ]; }; diff --git a/modules/home/applications/packages.nix b/modules/home/applications/packages.nix index f7c5747..9d612e6 100644 --- a/modules/home/applications/packages.nix +++ b/modules/home/applications/packages.nix @@ -28,6 +28,7 @@ in bottom fd file + jellyfin-mpv-shim jq libqalculate p7zip @@ -42,9 +43,11 @@ in translate-shell unrar xarchiver + yt-dlp ]; persist.state.directories = [ + ".config/jellyfin-mpv-shim" ".config/qalculate" ".config/qBittorrent" ".config/qimgv" diff --git a/modules/home/workspace/wayland/hyprland.nix b/modules/home/workspace/wayland/hyprland.nix index 84d5114..18fca28 100644 --- a/modules/home/workspace/wayland/hyprland.nix +++ b/modules/home/workspace/wayland/hyprland.nix @@ -171,8 +171,8 @@ in "$mod SHIFT,Y,exec,${execApp} ${yt-mpv} --no-video" "$mod,print,exec,${execApp} grim $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'" "$mod CTRL,print,exec,${execApp} grim - | wl-copy && notify-send 'Screenshot Copied to Clipboard'" - "$mod SHIFT,print,exec,${execApp} grim -g '$(slurp)' $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'" - "$mod CTRLSHIFT,print,exec,${execApp} grim -g '$(slurp)' - | wl-copy && notify-send 'Screenshot Copied to Clipboard'" + "$mod SHIFT,print,exec,${execApp} grim -g \"$(slurp)\" $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'" + "$mod CTRLSHIFT,print,exec,${execApp} grim -g \"$(slurp)\" - | wl-copy && notify-send 'Screenshot Copied to Clipboard'" ",xf86audioplay,exec,${execApp} mpris-ctl pp" ",xf86audionext,exec,${execApp} mpris-ctl next" ",xf86audioprev,exec,${execApp} mpris-ctl prev" diff --git a/modules/home/workspace/wayland/waybar.nix b/modules/home/workspace/wayland/waybar.nix index 6da5b99..329a982 100644 --- a/modules/home/workspace/wayland/waybar.nix +++ b/modules/home/workspace/wayland/waybar.nix @@ -28,7 +28,7 @@ in modules-left = [ "hyprland/workspaces" - # "wireplumber" + "wireplumber" ] ++ lib.optionals cfg.laptopWidgets [ "battery"