minor refactor

This commit is contained in:
Casper V. Kristensen 2023-08-06 22:17:03 +02:00
parent 1d7fb9c59d
commit a6b05eac65
5 changed files with 5 additions and 15 deletions

View file

@ -1,6 +1,4 @@
{ ... }:
{
{ ... }: {
imports = [
./hardware.nix
../../modules/base

View file

@ -1,6 +1,4 @@
{ config, lib, pkgs, modulesPath, ... }:
{
{ config, lib, pkgs, modulesPath, ... }: {
imports =
[
(modulesPath + "/profiles/qemu-guest.nix")

View file

@ -1,6 +1,4 @@
{ ... }:
{
{ ... }: {
imports = [
./hardware.nix
../../modules/base

View file

@ -1,6 +1,4 @@
{ config, lib, pkgs, modulesPath, ... }:
{
{ config, lib, pkgs, modulesPath, ... }: {
imports =
[
(modulesPath + "/installer/scan/not-detected.nix")

View file

@ -1,6 +1,4 @@
{ pkgs, ... }:
{
{ pkgs, ... }: {
imports = [
./firefox.nix
./ssh.nix