From 6df2615451fa8f0f34736b6ff8760b96c733f1f6 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Tue, 3 Mar 2026 11:24:51 +0100 Subject: [PATCH] add user --- modules/hosts/computer-mo/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hosts/computer-mo/configuration.nix b/modules/hosts/computer-mo/configuration.nix index 8112004..4833ff0 100644 --- a/modules/hosts/computer-mo/configuration.nix +++ b/modules/hosts/computer-mo/configuration.nix @@ -1,5 +1,5 @@ -{ inputs, config, user, ... }: { - flake.nixosModules.computer-mo = { +{ inputs, config, ... }: { + flake.nixosModules.computer-mo = { user, ... }: { imports = with inputs.self.nixosModules; [ base desktop