Let's see if this makes formatting with nix work and not wipe a file in helix

This commit is contained in:
Lillian Violet 2024-04-29 15:23:55 +02:00
parent ee2bfcf24f
commit afadb4eabe
2 changed files with 13 additions and 15 deletions

View file

@ -1,11 +1,15 @@
# 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")
config,
lib,
pkgs,
modulesPath,
...
}: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc"];

View file

@ -41,12 +41,6 @@
tldr
# System libraries
# language servers and debuggers for helix
typst-lsp
rust-analyzer
rocmPackages.llvm.lldb
nil
];
# fonts.packages = with pkgs; [