rename shared to modules

Former-commit-id: 2ccd17867f
This commit is contained in:
Hadi
2024-06-18 09:21:14 +02:00
committed by GitHub
parent aae802193c
commit 96bae83dd1
16 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
{ config, ... }: {
imports = [ ../shared/variables-config.nix ];
imports = [ ../modules/variables-config.nix ];
config.var = {
hostname = "jack-nixos";