Switch to 23.11

This commit is contained in:
Emi Simpson 2023-12-22 19:37:27 -05:00
parent 62fc9699a3
commit c1e9f48c21
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ let
];
# Via https://gist.github.com/nat-418/d76586da7a5d113ab90578ed56069509
fromGitHub = ref: repo: pkgs.vimUtils.buildVimPluginFrom2Nix {
fromGitHub = ref: repo: pkgs.vimUtils.buildVimPlugin {
pname = "${lib.strings.sanitizeDerivationName repo}";
version = ref;
src = builtins.fetchGit {

View File

@ -3,7 +3,7 @@
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
<nixos-hardware/framework>
<nixos-hardware/framework/13-inch/11th-gen-intel>
];
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];