diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 26 |
1 files changed, 16 insertions, 10 deletions
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. |
