mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
flake restructuring
This commit is contained in:
parent
f58be4609b
commit
7182df3bd8
4 changed files with 8 additions and 6 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue