common
This commit is contained in:
parent
ecde28c5cc
commit
d371cb9d7c
@ -16,9 +16,10 @@
|
|||||||
modules = [
|
modules = [
|
||||||
home-manager.darwinModules.home-manager
|
home-manager.darwinModules.home-manager
|
||||||
../hosts/ts-tl-mbp/default.nix
|
../hosts/ts-tl-mbp/default.nix
|
||||||
|
../hosts/_common/home-manager.nix
|
||||||
|
../hosts/_common/ts-tl-mbp/fonts.nix
|
||||||
../hosts/ts-tl-mbp/home-manager.nix
|
../hosts/ts-tl-mbp/home-manager.nix
|
||||||
../hosts/ts-tl-mbp/brew.nix
|
../hosts/ts-tl-mbp/brew.nix
|
||||||
../hosts/ts-tl-mbp/fonts.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
PAGER = "less -R";
|
PAGER = "less -R";
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
XDG_CONFIG_HOME = "/Users/tyrel/.config";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
@ -74,10 +73,6 @@
|
|||||||
source = ../../home/config/fish;
|
source = ../../home/config/fish;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
"karabiner" = {
|
|
||||||
source = ../../home/config/karabiner;
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}; # -- HomeManager
|
}; # -- HomeManager
|
||||||
|
@ -6,74 +6,12 @@
|
|||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
home.stateVersion = "22.05";
|
home.stateVersion = "22.05";
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
PAGER = "less -R";
|
|
||||||
EDITOR = "nvim";
|
|
||||||
XDG_CONFIG_HOME = "/Users/tyrel/.config";
|
XDG_CONFIG_HOME = "/Users/tyrel/.config";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
bat
|
|
||||||
ctags
|
|
||||||
exa
|
|
||||||
fzf
|
|
||||||
ripgrep
|
|
||||||
wget
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.tmux = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
home.file = {
|
|
||||||
".tmux.conf" = {
|
|
||||||
source = ../../home/tmux.conf;
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.git = {
|
|
||||||
enable = true;
|
|
||||||
includes = [
|
|
||||||
{ path = "~/code/tyrel.dev/dotfiles/home/gitconfig"; }
|
|
||||||
];
|
|
||||||
aliases = {
|
|
||||||
ap = "add -p";
|
|
||||||
};
|
|
||||||
extraConfig = {
|
|
||||||
pull.ff = "only";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.neovim = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
programs.fish = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
programs.htop = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
#xdg.configFile = {
|
|
||||||
# "htop" = {
|
|
||||||
# source = ../../home/config/htop;
|
|
||||||
# recursive = true;
|
|
||||||
# };
|
|
||||||
#};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# XDG CONFIGS
|
# XDG CONFIGS
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"nvim" = {
|
|
||||||
source = ../../home/config/nvim;
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
"fish" = {
|
|
||||||
source = ../../home/config/fish;
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
"karabiner" = {
|
"karabiner" = {
|
||||||
source = ../../home/config/karabiner;
|
source = ../../home/config/karabiner;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user