trying to fix autologin keyring stuff
This commit is contained in:
parent
7ac4a11588
commit
6adf12b5de
10 changed files with 66 additions and 60 deletions
|
@ -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";
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
procs
|
||||
|
||||
jre
|
||||
jdk
|
||||
|
||||
tree-sitter
|
||||
(tree-sitter.withPlugins (_: tree-sitter.allGrammars))
|
||||
|
|
|
@ -103,6 +103,7 @@
|
|||
"em" = "emacsclient -n -r";
|
||||
"mkdir" = "mkdir -pv";
|
||||
"gt" = "gtrash";
|
||||
"rm" = "gtrash put";
|
||||
};
|
||||
interactiveShellInit = ''
|
||||
bind --erase \ct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue