move hardware config ask to flake, does this work?
This commit is contained in:
parent
8be626d8ae
commit
160a30dc18
@ -7,12 +7,12 @@
|
||||
# home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz";
|
||||
# in
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
# (import "${home-manager}/nixos")
|
||||
# <home-manager>/nixos
|
||||
];
|
||||
# imports =
|
||||
# [ # Include the results of the hardware scan.
|
||||
# # ./hardware-configuration.nix
|
||||
# # (import "${home-manager}/nixos")
|
||||
# # <home-manager>/nixos
|
||||
# ];
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user