still unsigned just give me a second
This commit is contained in:
parent
3b3dec36ea
commit
24c8511846
1 changed files with 10 additions and 0 deletions
|
@ -81,9 +81,19 @@
|
||||||
nvim.enable = true;
|
nvim.enable = true;
|
||||||
};
|
};
|
||||||
cc.enable = true;
|
cc.enable = true;
|
||||||
|
nil.enable = true;
|
||||||
|
python.enable = true;
|
||||||
|
rust.enable = true;
|
||||||
|
javascript.enable = true;
|
||||||
};
|
};
|
||||||
shell = {
|
shell = {
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
|
tmux.enable = true;
|
||||||
|
ranger.enable = true;
|
||||||
|
nix = {
|
||||||
|
optimize.enable = true;
|
||||||
|
search.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue