This website requires JavaScript.
Explore
Help
Sign in
poz
/
niksos
Watch
1
Star
3
Fork
You've already forked niksos
1
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ec5c19ae8f
niksos
/
hosts
/
common
/
core
/
dash.nix
10 lines
116 B
Nix
Raw
Normal View
History
Unescape
Escape
set dash as the default shell on all 3 main machines
2024-06-22 23:49:36 +02:00
{
actually use dash as the default shell (thanks raf)
2024-07-13 12:43:55 +02:00
lib
,
set dash as the default shell on all 3 main machines
2024-06-22 23:49:36 +02:00
pkgs
,
.
.
.
actually use dash as the default shell (thanks raf)
2024-07-13 12:43:55 +02:00
}
:
let
major cleanup in inherits
2024-07-24 18:47:53 +02:00
inherit
(
lib
.
meta
)
getExe
;
actually use dash as the default shell (thanks raf)
2024-07-13 12:43:55 +02:00
in
{
environment
.
binsh
=
getExe
pkgs
.
dash
;
set dash as the default shell on all 3 main machines
2024-06-22 23:49:36 +02:00
}
Reference in a new issue
Copy permalink