nix fmt

Changed files
+36 -17
home
hosts
+1 -1
flake.nix
···
});
immich = final.overlay-unstable.immich;
mautrix-whatsapp = final.overlay-compat.mautrix-whatsapp;
-
element-desktop =
+
element-desktop =
(import nixpkgs-element {
inherit system;
config = nixpkgsConfig;
+2 -1
home/aerc-binds.nix
···
"O" = ":open<Enter>";
"o" = ":open<Enter>";
"c" = ":pipe khal import --batch";
-
"C" = ":open ${pkgs.libsForQt5.kitinerary}/libexec/kf5/kitinerary-extractor -o ical {} | khal import --batch";
+
"C" =
+
":open ${pkgs.libsForQt5.kitinerary}/libexec/kf5/kitinerary-extractor -o ical {} | khal import --batch";
"S" = ":save<space>";
"|" = ":pipe<space>";
"d" = ":read<Enter>:move Bin<Enter>";
+2 -1
home/sway.nix
···
provider = "geoclue2";
temperature.day = 6500;
};
-
systemd.user.services.gammastep.Service.ExecStart = lib.mkForce "${pkgs.gammastep}/bin/gammastep -r";
+
systemd.user.services.gammastep.Service.ExecStart =
+
lib.mkForce "${pkgs.gammastep}/bin/gammastep -r";
};
}
+31 -14
hosts/zork/hardware-configuration.nix
···
# 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, ... }:
+
{
+
config,
+
lib,
+
pkgs,
+
modulesPath,
+
...
+
}:
{
-
imports =
-
[ (modulesPath + "/installer/scan/not-detected.nix")
-
];
+
imports = [
+
(modulesPath + "/installer/scan/not-detected.nix")
+
];
-
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" "rtsx_pci_sdmmc" ];
+
boot.initrd.availableKernelModules = [
+
"xhci_pci"
+
"ahci"
+
"nvme"
+
"usb_storage"
+
"usbhid"
+
"sd_mod"
+
"rtsx_pci_sdmmc"
+
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
-
fileSystems."/" =
-
{ device = "/dev/disk/by-uuid/e306ba0c-da69-47b3-a1e1-51040cbce06c";
-
fsType = "ext4";
-
};
+
fileSystems."/" = {
+
device = "/dev/disk/by-uuid/e306ba0c-da69-47b3-a1e1-51040cbce06c";
+
fsType = "ext4";
+
};
-
fileSystems."/boot" =
-
{ device = "/dev/disk/by-uuid/6BBB-F21D";
-
fsType = "vfat";
-
options = [ "fmask=0022" "dmask=0022" ];
-
};
+
fileSystems."/boot" = {
+
device = "/dev/disk/by-uuid/6BBB-F21D";
+
fsType = "vfat";
+
options = [
+
"fmask=0022"
+
"dmask=0022"
+
];
+
};
swapDevices = [ ];