module import paths

This commit is contained in:
xqtc161 2024-03-30 18:14:25 +01:00
parent 9c0cb5a53d
commit 795730369f

View file

@ -8,10 +8,10 @@
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/home-manager.nix ../../../modules/home-manager.nix
../../common ../../../common
inputs.nixos-hardware.nixosModules.common-cpu-intel inputs.nixos-hardware.nixosModules.common-cpu-intel
../gc.nix ../../gc.nix
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];