home

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

commit c5e5e5c1be2072b56a2eb1a1d7b0346ea2c4d0af
parent 1ccab1324ef43be082463a7065d5bfaf1974bc5b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  7 Feb 2019 13:53:51 +0100

desktop: add sixv alias

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

Diffstat:
Mmodules/profiles/desktop.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix @@ -72,7 +72,7 @@ in xdg.configFile."user-dirs.dirs".source = ./assets/xorg/user-dirs.dirs; xdg.configFile."nr/desktop" = { text = builtins.toJSON [ - {cmd = "surf";} {cmd = "dmenu";} + {cmd = "surf";} {cmd = "dmenu";} {cmd = "sixv";} {cmd = "virt-manager"; pkg = "virtmanager";} {cmd = "update-desktop-database"; pkg = "desktop-file-utils"; chan = "unstable";} {cmd = "lgogdownloader"; chan = "unstable";}