This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ config | |
, lib | |
, pkgs | |
, modulesPath | |
, ... | |
}: | |
{ | |
imports = [ "${toString modulesPath}/installer/cd-dvd/installation-cd-graphical-gnome.nix" ]; | |
boot = { | |
kernelPackages = pkgs.linuxPackages_latest; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Do not modify this file! It was generated by ‘nixos-generate-config’ | |
# and may be overwritten by future invocations. Please make changes | |
# to /etc/nixos/configuration.nix instead. | |
{ config, lib, pkgs, modulesPath, ... }: | |
{ | |
imports = | |
[ (modulesPath + "/installer/scan/not-detected.nix") | |
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ config, lib, pkgs, ... }: | |
let | |
linux_x13s_pkg = { buildLinux, ... } @ args: | |
buildLinux (args // rec { | |
version = "6.3.5"; | |
modDirVersion = "6.3.5"; | |
src = pkgs.fetchurl { | |
url = "https://github.com/steev/linux/archive/refs/heads/lenovo-x13s-linux-6.3.y.tar.gz"; |