diff --git a/homemanager/fish.nix b/homemanager/fish.nix index 56b51f9..db2a986 100644 --- a/homemanager/fish.nix +++ b/homemanager/fish.nix @@ -4,9 +4,6 @@ pkgs, ... }: -let - createDummyTmuxSessionScript = ./fish/create_dummy_tmux_session.nu; -in { options = { modules.fish.enable = lib.mkEnableOption "fish"; @@ -20,9 +17,6 @@ in programs.fish = { enable = true; shellInit = '' - # this creates a dummy tmux session if none exists - # it is for loading the continuum restore plugin - ${lib.getExe pkgs.nushell} ${createDummyTmuxSessionScript} fish_vi_key_bindings set -g fish_color_command brblue set fish_greeting diff --git a/homemanager/hyprland/hyprland.conf b/homemanager/hyprland/hyprland.conf index d8f708c..72ad49a 100644 --- a/homemanager/hyprland/hyprland.conf +++ b/homemanager/hyprland/hyprland.conf @@ -42,6 +42,8 @@ exec-once = walker --gapplication-service exec-once = noctalia-shell exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic' exec-once = gsettings set org.gnome.desktop.interface cursor-size 24 +exec-once = kdeconnectd +exec-once = kdeconnect-indicator # This requires gpu-screen-recorder to be installed. I installed it with this https://wiki.nixos.org/wiki/Gpu-screen-recorder. exec-once = ~/.config/hypr/scripts/gpu-screen-recorder/start-replay.sh