diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 2c2a143..91d441e 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -1,15 +1,15 @@ { suites, profiles, pkgs, ... }: { imports = suites.graphic ++ [ ./hardware-configuration.nix ] - ++ (with profiles; [ - boot.systemd-boot + ++ (with profiles; + [ + boot.systemd-boot - networking.wireless - - hardware.sound - hardware.nvidia - # peripherals.printing - ]); + networking.wireless + hardware.sound + hardware.nvidia + # peripherals.printing + ]); system.stateVersion = "21.05";