all repos — nixfiles @ 0cb682aa6485f4f9d6fcf4178053fd28f49e81f7

System and user configuration, managed by nix and home-manager

Merge branch 'master' of origin/master

Alan Pearce
commit

0cb682aa6485f4f9d6fcf4178053fd28f49e81f7

parent

85484881997989635e719b44889c439e6c8c15a9

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M user/satoshipad.nixuser/satoshipad.nix
@@ -24,15 +24,18 @@ ./settings/zsh.nix
]; home.sessionVariables.EMAIL = "alan@satoshipay.io"; + home.sessionVariables.BROWSER = "firefox-devedition"; xsession.windowManager.i3 = { config = { assigns = { "1" = [{ class = "^Firefox Developer Edition$"; }]; + "2" = [{ class = "^Ripcord$"; }]; "6" = [{ class = "^Emacs$"; }]; }; startup = [ { command = "firefox-devedition"; } + { command = "ripcord"; } { command = "emacs"; } ]; };