diff --git a/hosts/onizuka/host.nix b/hosts/onizuka/host.nix index 5b139c5..c48f020 100644 --- a/hosts/onizuka/host.nix +++ b/hosts/onizuka/host.nix @@ -23,6 +23,8 @@ aagl.honkai-rail = true; input-remapper.enable = true; + postgres.enable = true; + shell.enabledShells = [ "fish" ]; shell.defaultShell = "fish"; }