move 'machines/common' into helpers/

This commit is contained in:
colin 2022-05-26 22:15:47 -07:00
parent 9dcbd2f2af
commit 9c290e0a03
9 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
{ config, pkgs, lib, ... }:
{
imports = [
./../common/all
./../common/hardware-x86_64.nix
./../common/gnome.nix
./../../helpers/universal
./../../helpers/hardware-x86_64.nix
./../../helpers/gnome.nix
./fs.nix
];

View File

@ -1,9 +1,9 @@
{ config, pkgs, lib, ... }:
{
imports = [
./../common/all
./../common/hardware-x86_64.nix
./../common/gnome.nix
./../../helpers/universal
./../../helpers/hardware-x86_64.nix
./../../helpers/gnome.nix
./fs.nix
];

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
imports = [
./../common/all
./../../helpers/universal
./gui-phosh.nix
];

View File

@ -2,7 +2,7 @@
{
imports = [
./../common/all
./../../helpers/universal
./fs.nix
./hardware.nix
./net.nix