Switch to 23.11
This commit is contained in:
parent
62fc9699a3
commit
c1e9f48c21
|
@ -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 {
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue