working on tagss development env, devenv and added README
This commit is contained in:
parent
4dd8b0acc6
commit
b2e45bf27f
8 changed files with 69 additions and 33 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue