From ffea2846e2de5da72c890d4e48118959857d122e Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 28 Jan 2026 17:37:19 -0600 Subject: Barebones Laptop --- hosts/laptop/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hosts/laptop/configuration.nix (limited to 'hosts/laptop') diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix new file mode 100644 index 0000000..9755333 --- /dev/null +++ b/hosts/laptop/configuration.nix @@ -0,0 +1,12 @@ +{ config, lib, pkgs, inputs, ... }: + +{ + imports = + [ # Include the results of the hardware scan. + ./hardware-configuration.nix + ]; + + networking.hostName = "laptop"; + + programs.firefox.enable = true; +} -- cgit v1.2.3