From 027e07427bbac08cd324273909e63f70c6145658 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 3 Dec 2022 14:54:53 -0500 Subject: [PATCH] more refactor --- nixos/default.nix | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/nixos/default.nix b/nixos/default.nix index 0e1079b..f249724 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -19,18 +19,16 @@ }; }) ]; - other-people.imports = [ + other-people = { # Temporarily sharing with Uday. - { - users.users.uday.isNormalUser = true; - home-manager.users."uday" = { - imports = [ - self.homeModules.common-linux - ../home/git.nix - ]; - }; - } - ]; + users.users.uday.isNormalUser = true; + home-manager.users."uday" = { + imports = [ + self.homeModules.common-linux + ../home/git.nix + ]; + }; + }; myself = { home-manager.users.${config.people.myself} = { pkgs, ... }: { imports = [