nix run alias and removed packages better used through that
This commit is contained in:
parent
aacd8a5fad
commit
dd93d696b9
1 changed files with 5 additions and 4 deletions
|
@ -17,10 +17,6 @@ in {
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
tree
|
tree
|
||||||
file
|
file
|
||||||
zip
|
|
||||||
unzip
|
|
||||||
gnutar
|
|
||||||
lshw
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
@ -94,6 +90,11 @@ in {
|
||||||
interactiveShellInit = concatMapStrings (x: "set --universal " + x + "\n") [
|
interactiveShellInit = concatMapStrings (x: "set --universal " + x + "\n") [
|
||||||
"pure_enable_nixdevshell true"
|
"pure_enable_nixdevshell true"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
functions = {
|
||||||
|
run = "nix run nixpkgs#$argv[1] -- $argv[2..]";
|
||||||
|
};
|
||||||
|
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue