enable integrations and nix fmt

This commit is contained in:
cy 2024-12-23 02:30:20 -05:00
parent 7f4ccfa190
commit f73ada358b
4 changed files with 15 additions and 40 deletions

View file

@ -115,9 +115,9 @@
"libvirtd"
"docker"
];
shell = pkgs.zsh;
shell = pkgs.fish;
};
programs.zsh.enable = true;
programs.fish.enable = true;
environment.systemPackages = with pkgs; [
tmux