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
|
||||
tree
|
||||
file
|
||||
zip
|
||||
unzip
|
||||
gnutar
|
||||
lshw
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
@ -94,6 +90,11 @@ in {
|
|||
interactiveShellInit = concatMapStrings (x: "set --universal " + x + "\n") [
|
||||
"pure_enable_nixdevshell true"
|
||||
];
|
||||
|
||||
functions = {
|
||||
run = "nix run nixpkgs#$argv[1] -- $argv[2..]";
|
||||
};
|
||||
|
||||
shellAbbrs = {
|
||||
ga = "git add";
|
||||
gc = "git commit";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue