played around with kde connect and removed dummy script creation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user