fixes notes

This commit is contained in:
Dennis Schoepf 2025-11-27 17:46:27 +01:00
parent 9289e2ade2
commit f0a5a92e28
2 changed files with 26 additions and 25 deletions

View file

@ -24,31 +24,6 @@
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-projects.sh"; exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-projects.sh";
icon = "multitasking-view"; icon = "multitasking-view";
}; };
notes = {
type = "Application";
name = "Notes";
terminal = true;
exec = "ghostty --working-directory=${config.home.homeDirectory}/notes -e nvim -c \":lua Snacks.picker(\\"files\\")\"";
icon = "gnotes";
};
lock = {
type = "Application";
name = "Lock";
exec = "hyprlock";
icon = "lock-screen";
};
logout = {
type = "Application";
name = "Logout";
exec = "niri msg action quit";
icon = "administration";
};
shutdown = {
type = "Application";
name = "Shutdown";
exec = "shutdown now";
icon = "com.github.bcedu.shutdownscheduler";
};
}; };
programs.fuzzel = { programs.fuzzel = {

View file

@ -32,5 +32,31 @@
exec = "hyprpicker -a -f=hex -n -l -q"; exec = "hyprpicker -a -f=hex -n -l -q";
icon = "colorpicker"; icon = "colorpicker";
}; };
notes = {
type = "Application";
name = "Notes";
terminal = true;
exec = "ghostty --working-directory=${config.home.homeDirectory}/notes -e nvim -c ':lua Snacks.picker(\"files\")'";
icon = "gnotes";
};
lock = {
type = "Application";
name = "Lock";
exec = "hyprlock";
icon = "lock-screen";
};
logout = {
type = "Application";
name = "Logout";
exec = "niri msg action quit";
icon = "administration";
};
shutdown = {
type = "Application";
name = "Shutdown";
exec = "shutdown now";
icon = "com.github.bcedu.shutdownscheduler";
};
}; };
} }