diff --git a/home/kakoune/kak.nix b/home/kakoune/kak.nix index a71d510..7612090 100644 --- a/home/kakoune/kak.nix +++ b/home/kakoune/kak.nix @@ -7,7 +7,7 @@ let pname = "kakoune-unwrapped"; version = "r${builtins.substring 0 6 pkgs.sources.kakoune.rev}"; src = pkgs.sources.kakoune; - makeFlags = ["debug=no" "PREFIX=${placeholder "out"}"]; + makeFlags = [ "debug=no" "PREFIX=${placeholder "out"}" ]; preConfigure = '' export version="v${version}"; diff --git a/kagami-air-m1/hardware-configuration.nix b/kagami-air-m1/hardware-configuration.nix index c489f71..615b861 100644 --- a/kagami-air-m1/hardware-configuration.nix +++ b/kagami-air-m1/hardware-configuration.nix @@ -5,7 +5,8 @@ { imports = - [ (modulesPath + "/installer/scan/not-detected.nix") + [ + (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "usb_storage" ]; @@ -14,12 +15,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/ebb6bf2e-2d7f-4fa6-88cb-751fdd174ef9"; + { + device = "/dev/disk/by-uuid/ebb6bf2e-2d7f-4fa6-88cb-751fdd174ef9"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/19BC-1BE8"; + { + device = "/dev/disk/by-uuid/19BC-1BE8"; fsType = "vfat"; };