feat: import variables.nix globally

This commit is contained in:
Ahwx 2025-03-22 22:49:56 +01:00
parent 8339d9cd79
commit e220e6904d
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,8 @@
{ ... }:
{
imports =
[(import ./docker.nix)]
[(import ./../../variables.nix)] # Does not really fit here but I have no clue where else
++ [(import ./docker.nix)]
++ [(import ./hardware.nix)]
++ [(import ./displaylink.nix)]
# ++ [(import ./printing.nix)]