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, ... }:
|
{ 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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue