trying to fix autologin keyring stuff

This commit is contained in:
Matt Nish-Lapidus 2025-05-23 12:51:48 -04:00
parent 7ac4a11588
commit 6adf12b5de
10 changed files with 66 additions and 60 deletions

View file

@ -238,10 +238,6 @@
name = "rmpc (music player)";
exec = "/home/emenel/.local/bin/wezapp rmpc";
};
ncmpcpp = {
name = "ncmpcpp (music player)";
exec = "/home/emenel/.local/bin/wezapp ncmpcpp";
};
isd = {
name = "isd (interactive systemd)";
exec = "/home/emenel/.local/bin/wezapp isd";
@ -265,10 +261,6 @@
name = "bluetui (bluetooth manager)";
exec = "/home/emenel/.local/bin/wezapp bluetui";
};
gtrash = {
name = "gtrash";
exec = "/home/emenel/.local/bin/wezapp gtrash r";
};
color-picker-clip = {
name = "wl color picker (clipboard)";
exec = "${pkgs.wl-color-picker}/bin/wl-color-picker clipboard";

View file

@ -27,6 +27,7 @@
procs
jre
jdk
tree-sitter
(tree-sitter.withPlugins (_: tree-sitter.allGrammars))

View file

@ -103,6 +103,7 @@
"em" = "emacsclient -n -r";
"mkdir" = "mkdir -pv";
"gt" = "gtrash";
"rm" = "gtrash put";
};
interactiveShellInit = ''
bind --erase \ct