small fixes, nixpkgs-fmt
This commit is contained in:
parent
e8ed378623
commit
090acb6881
7 changed files with 55 additions and 20 deletions
|
@ -17,13 +17,13 @@
|
|||
traceroute
|
||||
tcpdump
|
||||
tree
|
||||
liquidprompt
|
||||
(aspellWithDicts (ps: with ps; [ en en-science en-computers ru de ]))
|
||||
exfatprogs
|
||||
nmap
|
||||
bind
|
||||
nnn
|
||||
man-pages
|
||||
wlsunset
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
@ -70,7 +70,7 @@
|
|||
bindkey -e
|
||||
'';
|
||||
promptInit = ''
|
||||
source /run/current-system/sw/share/zsh/plugins/liquidprompt/liquidprompt
|
||||
source ${pkgs.liquidprompt}/share/zsh/plugins/liquidprompt/liquidprompt
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -79,6 +79,9 @@
|
|||
LP_ENABLE_SSH_COLORS=1
|
||||
LP_ENABLE_TITLE=1
|
||||
LP_ENABLE_SCREEN_TITLE=1
|
||||
LP_ENABLE_TEMP=0
|
||||
LP_ENABLE_SVN=0
|
||||
LP_SSH_COLORS=1
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
@ -2,12 +2,14 @@
|
|||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(rWrapper.override{ packages = with rPackages; [
|
||||
ggplot2
|
||||
swirl
|
||||
dplyr
|
||||
data_table
|
||||
]; })
|
||||
(rWrapper.override {
|
||||
packages = with rPackages; [
|
||||
ggplot2
|
||||
swirl
|
||||
dplyr
|
||||
data_table
|
||||
];
|
||||
})
|
||||
gnuplot
|
||||
graphicsmagick
|
||||
zotero
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue