add stuff to flakes
This commit is contained in:
parent
5110e0a321
commit
970cf4aaac
3 changed files with 38 additions and 8 deletions
|
|
@ -2,13 +2,16 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page, on
|
||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||
|
||||
{ pkgs, inputs, nix-colors, ... }:
|
||||
{ modulesPath, pkgs, inputs, nix-colors, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
./disk-config.nix
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue