From ca7ac8bad429e9c2f1fbf57eb4f80ba090db1c58 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 26 Mar 2023 00:50:11 -0400 Subject: [PATCH] rearranged speccon18.nix --- .hm-modules/users/speccon18.nix | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/.hm-modules/users/speccon18.nix b/.hm-modules/users/speccon18.nix index ad4ed7b..4fb531e 100644 --- a/.hm-modules/users/speccon18.nix +++ b/.hm-modules/users/speccon18.nix @@ -1,21 +1,19 @@ { config, pkgs, lib, ... }: { + home = { + username = "speccon18"; + homeDirectory = "/home/speccon18"; + stateVersion = "22.11"; + packages = [ + pkgs.firefox + pkgs.vscodium-fhs + pkgs.alacritty + pkgs.starship + pkgs.diff-so-fancy + ]; + }; programs = { - home-manager.users.speccon18 = { - home = { - username = "speccon18"; - homeDirectory = "/home/speccon18"; - stateVersion = "22.11"; - packages = [ - pkgs.firefox - pkgs.vscodium-fhs - pkgs.alacritty - pkgs.starship - pkgs.diff-so-fancy - ]; - }; - }; direnv = { enableZshIntegration = true;