Enable Flakes in configuration.nix

This commit is contained in:
NullBite 2023-12-27 02:36:48 -05:00
parent e8ff7698d4
commit 5feb978849
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -6,6 +6,8 @@
{ config, lib, pkgs, ... }:
{
nix.settings.experimental-features = ["nix-command" "flakes" ];
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix