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 = [ imports = [
./hardware.nix ./hardware.nix
../../modules/base ../../modules/base

View file

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

View file

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

View file

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

View file

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