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
db7f132f6e
nix-dotfiles
/
nixosModules
/
apps
/
shells
/
app.nix
10 lines
66 B
Nix
Raw
Normal View
History
Unescape
Escape
Apps, refactor, clean up, remove librewolf Refactors to use app.nix for easier extension. Removes librewolf from host, as it makes more sense on the user every time.
2024-11-28 20:23:38 -08:00
{
.
.
.
}:
Fix imports in refactor
2024-04-07 17:14:00 -07:00
{
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