From 000c6ea493fdaea271aa6ce378619eecaf19cb82 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 26 Mar 2023 00:42:59 -0400 Subject: [PATCH] rearranged speccon18.nix --- .hm-modules/users/speccon18.nix | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.hm-modules/users/speccon18.nix b/.hm-modules/users/speccon18.nix index 274ae20..ad4ed7b 100644 --- a/.hm-modules/users/speccon18.nix +++ b/.hm-modules/users/speccon18.nix @@ -3,19 +3,20 @@ { programs = { home-manager.users.speccon18 = { - home.packages = [ - pkgs.firefox - pkgs.vscodium-fhs - pkgs.alacritty - pkgs.starship - pkgs.diff-so-fancy - ]; - }; - home = { - username = "speccon18"; - homeDirectory = "/home/speccon18"; - stateVersion = "22.11"; + 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; enable = true;