working on tagss development env, devenv and added README

This commit is contained in:
Steven Carpenter 2023-02-14 00:45:36 -05:00
parent 4dd8b0acc6
commit b2e45bf27f
8 changed files with 69 additions and 33 deletions

View file

@ -1,20 +1,10 @@
{ config, pkgs, lib, ... }:
{
imports = [
./users/speccon18.nix
];
programs.home-manager.enable = true;
# https://github.com/arouzing/nix/blob/main/hm/sky/home.nix
home = {
username = "speccon18";
homeDirectory = "/home/speccon18";
stateVersion = "22.11";
};
direnv = {
enableZshIntegration = true;
enable = true;
};
starship = {
enable = true;
enableZshIntegration = true;
};
zsh = {
enable = true;
};
}