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, ... }: { config, pkgs, lib, ... }:
{ {
programs = {
home-manager.users.speccon18 = {
home = { home = {
username = "speccon18"; username = "speccon18";
homeDirectory = "/home/speccon18"; homeDirectory = "/home/speccon18";
@ -15,7 +13,7 @@
pkgs.diff-so-fancy pkgs.diff-so-fancy
]; ];
}; };
}; programs = {
direnv = { direnv = {
enableZshIntegration = true; enableZshIntegration = true;