Merge branch 'main' of git.sr.ht:~xqtc/nixos-config

This commit is contained in:
xqtc161 2024-03-30 19:56:13 +01:00
commit 57fde1f3f8

View file

@ -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"];