rearranged speccon18.nix

This commit is contained in:
Steven 2023-03-26 00:42:59 -04:00
parent 60b9bd6047
commit 000c6ea493

View file

@ -3,7 +3,11 @@
{
programs = {
home-manager.users.speccon18 = {
home.packages = [
home = {
username = "speccon18";
homeDirectory = "/home/speccon18";
stateVersion = "22.11";
packages = [
pkgs.firefox
pkgs.vscodium-fhs
pkgs.alacritty
@ -11,11 +15,8 @@
pkgs.diff-so-fancy
];
};
home = {
username = "speccon18";
homeDirectory = "/home/speccon18";
stateVersion = "22.11";
};
direnv = {
enableZshIntegration = true;
enable = true;