Rename common to shared

This commit is contained in:
SebastianStork 2025-03-11 23:27:32 +01:00
parent 2793a33d2f
commit 842f23d449
6 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
imports = [
../common.nix
../shared.nix
./hardware.nix
./disko.nix
];

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
imports = [
../common.nix
../shared.nix
./hardware.nix
./disko.nix
];

View file

@ -1,6 +1,6 @@
{
imports = [
../common.nix
../shared.nix
./hardware.nix
./disko.nix