summaryrefslogtreecommitdiff
path: root/machines/zenbook
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-11-20 06:00:28 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-11-20 06:00:28 -0700
commit91e3d2e0b6a4737e4a8fbac750bfb3e4ca049fc2 (patch)
tree608a4e9ed253a54ce86f86d8949e9fbf9a0ba3df /machines/zenbook
parentf09bf2f0d8b9e50b02c8b7d72d559aa2b3b3ee74 (diff)
i've decided to import hardware config from config file rather than as
> as a module, to leave the flake file less cluttered
Diffstat (limited to 'machines/zenbook')
-rw-r--r--machines/zenbook/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix
index 23947f5..e925bcb 100644
--- a/machines/zenbook/configuration.nix
+++ b/machines/zenbook/configuration.nix
@@ -5,6 +5,10 @@
{ config, ... }:
{
+ imports = [
+ ./hardware-configuration.nix
+ ];
+
# Use the systemd-boot EFI boot loader.
boot.loader = {
systemd-boot.enable = true;