mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 16:10:32 +01:00
module import paths
This commit is contained in:
parent
9c0cb5a53d
commit
795730369f
|
@ -8,10 +8,10 @@
|
|||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../modules/home-manager.nix
|
||||
../../common
|
||||
../../../modules/home-manager.nix
|
||||
../../../common
|
||||
inputs.nixos-hardware.nixosModules.common-cpu-intel
|
||||
../gc.nix
|
||||
../../gc.nix
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
|
Loading…
Reference in a new issue