From 671e66917b09c56ca9e717b300b874ed71b189ae Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sun, 19 Oct 2025 17:45:49 +0200 Subject: nixfmt --- configuration.nix | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 1a4ea3e..69f83c0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,15 +1,21 @@ -{ config, lib, pkgs, inputs, ... }: - { - imports = - [ - ./hardware-configuration.nix - ./disko.nix - ./impermanence.nix - ./router.nix - ]; + config, + pkgs, + inputs, + ... +}: +{ + imports = [ + ./hardware-configuration.nix + ./disko.nix + ./impermanence.nix + ./router.nix + ]; - hardware.graphics.extraPackages = with pkgs; [ vpl-gpu-rt intel-media-driver ]; + hardware.graphics.extraPackages = with pkgs; [ + vpl-gpu-rt + intel-media-driver + ]; hardware.graphics.enable = true; # Use the systemd-boot EFI boot loader. -- cgit v1.2.3