Upgrade to NixOS 23.11

This commit is contained in:
Geoffrey Frogeye 2023-11-30 19:02:32 +01:00
parent bc4676dec0
commit 5ee5e5fc52
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 12 additions and 13 deletions

View file

@ -47,7 +47,7 @@
# TODO wine-gecko wine-mono lib32-libpulse (?)
# gaming
steam
# steam # FIXME Requires i686-linux or something. IIRC the package says to use the NixOS config and not it directly.
yuzu-mainline
minecraft
# TODO factorio

View file

@ -2,7 +2,8 @@
let
stylix = builtins.fetchGit {
url = "https://github.com/danth/stylix.git";
ref = "release-23.05";
# No 23.11 branch last I checked
rev = "8b3f61727f3b86c27096c3c014ae602aa40670ba";
};
in
{

View file

@ -2,7 +2,7 @@
let
nixvim = import (builtins.fetchGit {
url = "https://github.com/nix-community/nixvim";
ref = "nixos-23.05";
ref = "nixos-23.11";
});
vim-shot-f = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "vim-shot-f";
@ -199,8 +199,7 @@ in
# TODO Could add some, could also remove some
};
};
# FIXME phpactor. Only from 23.11
# phpactor.enable = true; # PHP
phpactor.enable = true; # PHP
rnix-lsp.enable = true; # Nix
# FIXME sqlls
yamlls.enable = true; # YAML
@ -226,7 +225,7 @@ in
# indent = true; # Not very working last time I tried apparently
};
# TODO Investigate https://github.com/nvim-treesitter/nvim-treesitter-textobjects
indent-blankline.enable = true; # 23.11 integrate with rainbow-delimiters and use more of the options
indent-blankline.enable = true; # TODO integrate with rainbow-delimiters and use more of the options
undotree.enable = true; # Navigate edition history
@ -270,7 +269,7 @@ in
# Treesitter
nvim-ts-rainbow # Randomly color parenthesis pairs
# 23.11: Replace with plugins.rainbow-delimiters
# TODO Replace with plugins.rainbow-delimiters
# Snippets
vim-vsnip