Feature/factorio (#108)

* add factorio

* add factorio server

* add new user
This commit is contained in:
Dennis 2024-02-19 22:03:16 +01:00 committed by GitHub
parent 889ce92247
commit d28098ac8d

View File

@ -136,6 +136,7 @@
enableCompletion = true;
enableBashCompletion = true;
ohMyZsh.enable = true;
shellAliases.update = "sudo nixos-rebuild switch --fast --accept-flake-config --flake /root/dotfiles#${config.networking.hostName} -L |& nom";
autosuggestions = {
enable = true;
strategy = [ "completion" ];