chore: upgrade to NixOS 23.05

This commit is contained in:
Felix Schröter 2023-05-31 17:25:46 +02:00
parent 028e515ec9
commit e77fc1fe1d
Signed by: felschr
GPG key ID: 671E39E6744C807D
16 changed files with 44 additions and 49 deletions
home/editors/helix

View file

@ -5,7 +5,7 @@
programs.helix = {
enable = true;
package = pkgs.unstable.helix;
languages = [
languages.language = [
{
name = "rust";
config.rust-analyzer = {