diff --git a/hosts/omega/default.nix b/hosts/omega/default.nix index 533c537..0711f6b 100644 --- a/hosts/omega/default.nix +++ b/hosts/omega/default.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{ ... }: { imports = [ ./hardware.nix ../../modules/base diff --git a/hosts/omega/hardware.nix b/hosts/omega/hardware.nix index dd91caf..e09ab4e 100644 --- a/hosts/omega/hardware.nix +++ b/hosts/omega/hardware.nix @@ -1,6 +1,4 @@ -{ config, lib, pkgs, modulesPath, ... }: - -{ +{ config, lib, pkgs, modulesPath, ... }: { imports = [ (modulesPath + "/profiles/qemu-guest.nix") diff --git a/hosts/zeta/default.nix b/hosts/zeta/default.nix index ce4110d..d3295bc 100644 --- a/hosts/zeta/default.nix +++ b/hosts/zeta/default.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{ ... }: { imports = [ ./hardware.nix ../../modules/base diff --git a/hosts/zeta/hardware.nix b/hosts/zeta/hardware.nix index 5d3db63..85bb245 100644 --- a/hosts/zeta/hardware.nix +++ b/hosts/zeta/hardware.nix @@ -1,6 +1,4 @@ -{ config, lib, pkgs, modulesPath, ... }: - -{ +{ config, lib, pkgs, modulesPath, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix index f0ea707..2025b75 100644 --- a/modules/desktop/default.nix +++ b/modules/desktop/default.nix @@ -1,6 +1,4 @@ -{ pkgs, ... }: - -{ +{ pkgs, ... }: { imports = [ ./firefox.nix ./ssh.nix