played around with kde connect and removed dummy script creation

This commit is contained in:
2026-04-13 13:55:51 +02:00
parent bcfc53dd69
commit 3536bc2f60
2 changed files with 2 additions and 6 deletions

View File

@@ -4,9 +4,6 @@
pkgs, pkgs,
... ...
}: }:
let
createDummyTmuxSessionScript = ./fish/create_dummy_tmux_session.nu;
in
{ {
options = { options = {
modules.fish.enable = lib.mkEnableOption "fish"; modules.fish.enable = lib.mkEnableOption "fish";
@@ -20,9 +17,6 @@ in
programs.fish = { programs.fish = {
enable = true; enable = true;
shellInit = '' 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 fish_vi_key_bindings
set -g fish_color_command brblue set -g fish_color_command brblue
set fish_greeting set fish_greeting

View File

@@ -42,6 +42,8 @@ exec-once = walker --gapplication-service
exec-once = noctalia-shell 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-theme 'Bibata-Modern-Classic'
exec-once = gsettings set org.gnome.desktop.interface cursor-size 24 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. # 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 exec-once = ~/.config/hypr/scripts/gpu-screen-recorder/start-replay.sh