machines/common: put some of these files behind all/, indicating that they're expected to be used by *all* machines

This commit is contained in:
colin 2022-05-23 00:46:58 -07:00
parent dc6f949c4d
commit a12560c8b4
7 changed files with 13 additions and 8 deletions

View File

@ -0,0 +1,9 @@
{ ... }:
{
imports = [
./home-manager.nix
./users.nix
];
}

View File

@ -1,8 +1,7 @@
{ home-manager, config, pkgs, lib, ... }:
{
imports = [
./../common/home-manager.nix
./../common/users.nix
./../common/all
./../common/hardware.nix
./../common/gnome.nix
./fs.nix

View File

@ -1,8 +1,7 @@
{ home-manager, config, pkgs, lib, ... }:
{
imports = [
./../common/home-manager.nix
./../common/users.nix
./../common/all
./../common/hardware.nix
./../common/gnome.nix
./fs.nix

View File

@ -1,8 +1,7 @@
{ home-manager, config, pkgs, lib, ... }:
{
imports = [
./../common/home-manager.nix
./../common/users.nix
./../common/all
./../common/gnome.nix
];

View File

@ -2,8 +2,7 @@
{
imports = [
./../common/users.nix
./../common/home-manager.nix
./../common/all
./fs.nix
./hardware.nix
./net.nix