rearranged speccon18.nix

This commit is contained in:
Steven 2023-03-26 00:50:11 -04:00
parent 000c6ea493
commit ca7ac8bad4

View file

@ -1,8 +1,6 @@
{ config, pkgs, lib, ... }:
{
programs = {
home-manager.users.speccon18 = {
home = {
username = "speccon18";
homeDirectory = "/home/speccon18";
@ -15,7 +13,7 @@
pkgs.diff-so-fancy
];
};
};
programs = {
direnv = {
enableZshIntegration = true;