home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a34fe2e9c8fba0a0b223714818f61a7c732ef498
parent d79e2df1969bffb45901b1879f93c5f7a9e0fd4f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 12 Jun 2020 19:16:22 +0200

users/vincent: add peek and station as nr

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/default.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/users/vincent/desktop/default.nix b/users/vincent/desktop/default.nix @@ -45,7 +45,8 @@ xdg.configFile."nr/desktop" = { text = builtins.toJSON [ - { cmd = "surf"; } + { cmd = "peek"; } + { cmd = "station"; } { cmd = "dmenu"; } { cmd = "sxiv"; } { cmd = "screenkey"; }