forked from extern/nix-config
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, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./hosts/laptop.nix ];
|
||||
imports = [ ./laptop.nix ];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
Loading…
Reference in New Issue
Block a user