From 45850c736948d6f965124f63b3b1c663bc8441be Mon Sep 17 00:00:00 2001 From: zoe Date: Mon, 23 Jan 2023 16:51:35 +0100 Subject: [PATCH] unstable --- user.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user.nix b/user.nix index 24e7277..564b864 100644 --- a/user.nix +++ b/user.nix @@ -1,4 +1,7 @@ { pkgs, users, ... }: +let + unstable = import {}; +in { # Define a user account. Don't forget to set a password with ‘passwd’. users.users.zoe = {