index
:
nixos-config
main
new-laptop
Nixos configuration for my pc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
bin
/
with_zsh
blob: 5dbdc7d2debb22b1587ef084f7eeeb67eff6fb1e (
plain
) (
blame
)
1
2
3
4
#!/bin/sh
zsh
-c
"source ~/nixos/config/zsh/zshrc &&
$@
"
;