From 85cf4538804f464f46e9ff81adf8b3aefc176e07 Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Wed, 19 Oct 2022 11:52:28 +0200 Subject: [PATCH] moved user adam to own config file. --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 45684af..5d43e26 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,6 +8,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + ./user-adam.nix ./fonts.nix ./extra-systemdboot.nix ./extra-services.nix