1
0
forked from extern/nix-config

Remove hosts directory for now

A hosts directory may be useful later.
This commit is contained in:
Donovan Glover 2023-05-11 19:30:59 -04:00
parent 2c281b8529
commit ad5f9aa991
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, stylix, ... }:
{
imports = [ ./hosts/laptop.nix ];
imports = [ ./laptop.nix ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;