From aa63f819165a5c5ffdca06b3e9d5ee0447cc433b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 29 Apr 2016 07:01:28 +0200 Subject: machines/katara: misc changes --- machines/profpatsch/katara.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'machines/profpatsch/katara.nix') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index e29ca415..231e897b 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -88,7 +88,8 @@ in { ########### # Packages - environment.profileRelativeEnvVars = { EDITOR = [ "${pkgs.vim}/bin/vim" ]; }; + + environment.sessionVariables = { EDITOR = "${pkgs.vim}/bin/vim"; }; environment.systemPackages = with pkgs; let @@ -107,7 +108,7 @@ in { mkpasswd # UNIX password creator mosh # ssh with stable connections nfs-utils # the filesystem of the future for 20 years - (nmap.override { graphicalSupport = true; }) # stats about clients in the network + nmap # stats about clients in the network smartmontools # check disk state stow # dotfile management tmux # detachable terminal multiplexer @@ -280,6 +281,7 @@ in { '' #TODO add as nixpkg export PATH+=":$HOME/scripts" #add utility scripts + export PATH+=":$HOME/.bin" #add (temporary) executables export EDITOR=emacsclient eval $(gpg-agent --daemon --enable-ssh-support) @@ -289,7 +291,7 @@ in { set-background & # TODO xbindkeys user service file xbindkeys - nice -n19 dropbox start & + nice -n19 dropbox-cli start & nm-applet & ''; }; @@ -346,6 +348,7 @@ in { set -x GPG_TTY (tty) ''; }; + vuizvui.programs.fish.fasd.enable = true; # build derivation on taalo vuizvui.user.aszlig.programs.taalo-build.enable = true; -- cgit 1.4.1