This website requires JavaScript.
Explore
Help
Register
Sign in
Gleipnir
/
nixos-systems
Watch
1
Star
0
Fork
You've already forked nixos-systems
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
main
nixos-systems
/
modules
/
system
/
fish.nix
8 lines
101 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
Add the fish shell Which we need because of our tmux config.
2025-07-11 22:33:20 +00:00
{
config
,
configPath
,
lib
,
pkgs
,
.
.
.
}:
with
lib
;
{
Create base test-corp environmnt This creates more commonality between a nixos-anywhere bootstrapped system and a locally built nixos image, which is good.
2025-07-17 19:39:38 +00:00
environment
.
systemPackages
=
[
pkgs
.
fish
]
;
Add the fish shell Which we need because of our tmux config.
2025-07-11 22:33:20 +00:00
}
Reference in a new issue
Copy permalink