rearranged speccon18.nix
This commit is contained in:
parent
000c6ea493
commit
ca7ac8bad4
1 changed files with 12 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue