mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add nixpkgs-fmt pre-commit hook
This commit is contained in:
@@ -11,9 +11,8 @@ let
|
||||
};
|
||||
};
|
||||
inherit (pkgs) stdenv;
|
||||
in {
|
||||
|
||||
home = { sessionVariables = { EDITOR = "vim"; }; };
|
||||
in
|
||||
{
|
||||
|
||||
services = {
|
||||
gpg-agent = {
|
||||
@@ -115,6 +114,7 @@ in {
|
||||
export PATH=$PATH:~/.local/bin
|
||||
export PATH=$PATH:~/go/bin
|
||||
export PAGER=less
|
||||
export EDITOR=vim
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
eval "$(_RFD_COMPLETE=source_zsh rfd)"
|
||||
@@ -244,7 +244,7 @@ in {
|
||||
extraConfig = ''
|
||||
set -g @plugin 'seebi/tmux-colors-solarized'
|
||||
set -g @colors-solarized 'dark'
|
||||
'';
|
||||
'';
|
||||
}
|
||||
];
|
||||
extraConfig = ''
|
||||
|
Reference in New Issue
Block a user