adds notes desktop entry
This commit is contained in:
parent
7b118213d4
commit
747274e455
2 changed files with 10 additions and 4 deletions
|
|
@ -30,6 +30,12 @@
|
|||
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-cliphist.sh";
|
||||
icon = "org.gnome.SoundRecorder";
|
||||
};
|
||||
notes = {
|
||||
type = "Application";
|
||||
name = "Notes";
|
||||
exec = "ghostty --working-directory ${config.home.homeDirectory}/notes -e nvim -c \":lua Snacks.picker(\"files\")\"";
|
||||
icon = "gnotes";
|
||||
};
|
||||
lock = {
|
||||
type = "Application";
|
||||
name = "Lock";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue