Rename shared nix files to common

This commit is contained in:
SebastianStork 2025-09-16 22:13:49 +02:00
parent 4f826e8370
commit 8ca09698b9
4 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ let
in
[
{ networking = { inherit hostName; }; }
"${self}/hosts/shared.nix"
"${self}/hosts/common.nix"
]
++ hostFiles
++ userFiles;

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
imports = [ ../shared-home.nix ];
imports = [ ../common-home.nix ];
home.sessionVariables.NH_FLAKE = "~/Projects/nixos-config";