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:
@@ -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_'
|
||||
|
||||
Reference in New Issue
Block a user