diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2025-10-19 17:45:49 +0200 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2025-10-19 17:46:34 +0200 |
| commit | 671e66917b09c56ca9e717b300b874ed71b189ae (patch) | |
| tree | c81a03308a7fa7828d49fc29d49f76bfec2e86ea /configuration.nix | |
| parent | 421733993cc9f0ce1ec4306cd0659fb5fe655846 (diff) | |
| download | oden-671e66917b09c56ca9e717b300b874ed71b189ae.tar.gz | |
nixfmt
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. |
