flake restructuring

This commit is contained in:
Rouven Seifert 2023-05-06 22:22:05 +02:00
parent f58be4609b
commit 7182df3bd8
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 8 additions and 6 deletions

View file

@ -1,10 +1,11 @@
{ config, pkgs, ... }:
{ pkgs, modulesPath, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
imports =
[
# Include the results of the hardware scan.
./hardware-configuration.nix
"${modulesPath}/virtualisation/qemu-vm.nix"
];
boot = {