Upgrade to NixOS 23.11
This commit is contained in:
parent
bc4676dec0
commit
5ee5e5fc52
6 changed files with 12 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue