rename common/{hardware.nix -> hardware-x86_64.nix} to signal its platform dependence

This commit is contained in:
colin 2022-05-23 00:55:26 -07:00
parent 493bd5de65
commit ecac3d71e3
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{
imports = [
./../common/all
./../common/hardware.nix
./../common/hardware-x86_64.nix
./../common/gnome.nix
./fs.nix
];

View File

@ -2,7 +2,7 @@
{
imports = [
./../common/all
./../common/hardware.nix
./../common/hardware-x86_64.nix
./../common/gnome.nix
./fs.nix
];