mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Rename shared nix files to common
This commit is contained in:
parent
4f826e8370
commit
8ca09698b9
4 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ let
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
{ networking = { inherit hostName; }; }
|
{ networking = { inherit hostName; }; }
|
||||||
"${self}/hosts/shared.nix"
|
"${self}/hosts/common.nix"
|
||||||
]
|
]
|
||||||
++ hostFiles
|
++ hostFiles
|
||||||
++ userFiles;
|
++ userFiles;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [ ../shared-home.nix ];
|
imports = [ ../common-home.nix ];
|
||||||
|
|
||||||
home.sessionVariables.NH_FLAKE = "~/Projects/nixos-config";
|
home.sessionVariables.NH_FLAKE = "~/Projects/nixos-config";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue