mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2025-09-04 21:06:52 +02:00
6 lines
139 B
Nix
6 lines
139 B
Nix
{pkgs, ...} : {
|
|
programs.fish.enable = true;
|
|
documentation.man.generateCaches = false;
|
|
|
|
users.users."botserver".shell = pkgs.fish;
|
|
}
|