1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00

Configure

+ open KDE connect ports
~ i3: compact workspace setup
+ autostart dropbox
+ scardanelli: xrandr config
~ redshift: simpler location
- stack: aliases
+ PATH: add ~/.local/bin
This commit is contained in:
Kierán Meinhardt
2018-09-26 07:03:55 +02:00
parent 960b77fb2b
commit 9094f94983
3 changed files with 23 additions and 41 deletions

View File

@@ -7,13 +7,13 @@ in {
":r" = ''echo "You stupid!"'';
clipboard = "${pkgs.xclip}/bin/xclip -se c";
external-ip = "${pkgs.dnsutils}/bin/dig +short myip.opendns.com @resolver1.opendns.com";
ghc = "${pkgs.stack}/bin/stack ghc --";
ghci = "${pkgs.stack}/bin/stack ghc -- --interactive";
ip = "${pkgs.iproute}/bin/ip -c";
ocaml = rlwrap "${pkgs.ocaml}/bin/ocaml";
tmux = "${pkgs.tmux}/bin/tmux -2";
} // scripts;
environment.interactiveShellInit = "export PATH=$PATH:$HOME/.local/bin";
environment.extraInit = ''
function mcd {
newdir='_mcd_command_failed_'