From a6b05eac6552eb555e9d51635294f9d5a9ebf68a Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sun, 6 Aug 2023 22:17:03 +0200 Subject: [PATCH] minor refactor --- hosts/omega/default.nix | 4 +--- hosts/omega/hardware.nix | 4 +--- hosts/zeta/default.nix | 4 +--- hosts/zeta/hardware.nix | 4 +--- modules/desktop/default.nix | 4 +--- 5 files changed, 5 insertions(+), 15 deletions(-) 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