mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 08:07:14 +02:00
Remove hosts directory for now
A hosts directory may be useful later.
This commit is contained in:
parent
2c281b8529
commit
ad5f9aa991
@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, lib, stylix, ... }:
|
{ config, pkgs, lib, stylix, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./hosts/laptop.nix ];
|
imports = [ ./laptop.nix ];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user