mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
theme and scripts
This commit is contained in:
parent
deade2bafb
commit
7ae7c1ceec
17 changed files with 575 additions and 270 deletions
6
scripts/ni.sh
Normal file
6
scripts/ni.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if [[ $# -ne 1 ]]; then
|
||||
echo "usage: ni <package>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exec nix profile add "nixpkgs#$1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue