style: format everything

This commit is contained in:
Moritz Böhme 2025-04-13 17:58:17 +02:00
parent f4c27362c4
commit 4da8981990
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
120 changed files with 1550 additions and 1655 deletions

View file

@ -1,13 +1,7 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ pkgs
, config
, inputs
, ...
}:
{
{pkgs, ...}: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
@ -85,7 +79,7 @@
boot = {
# BOOT
supportedFilesystems = [ "zfs" "btrfs" "ntfs" ];
supportedFilesystems = ["zfs" "btrfs" "ntfs"];
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
@ -98,7 +92,7 @@
address = "192.168.0.1";
interface = "enp6s0";
};
nameservers = [ "192.168.0.4" ];
nameservers = ["192.168.0.4"];
useDHCP = false;
interfaces.enp6s0 = {
ipv4.addresses = [
@ -118,9 +112,9 @@
};
services = {
xserver.videoDrivers = [ "nvidia" ];
xserver.videoDrivers = ["nvidia"];
xserver.xrandrHeads = [
{ output = "HDMI-1"; }
{output = "HDMI-1";}
{
output = "HDMI-0";
primary = true;