This website requires JavaScript.
Explore
Help
Sign in
Julia
/
nix-dotfiles
Watch
1
Star
0
Fork
You've already forked nix-dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
525f68172b
nix-dotfiles
/
nixosModules
/
apps
/
shells
/
default.nix
10 lines
85 B
Nix
Raw
Normal View
History
Unescape
Escape
Fix imports in refactor
2024-04-07 17:14:00 -07:00
{
config
,
pkgs
,
lib
,
.
.
.
}:
{
imports
=
[
./fish
./xonsh
Add zsh shell, enable in onizuka
2024-04-09 15:04:39 -07:00
./zsh
Fix imports in refactor
2024-04-07 17:14:00 -07:00
]
;
}
Reference in a new issue
Copy permalink