Skip to content

Commit

Permalink
it was base16 all along??
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Nov 18, 2023
1 parent fb8a88f commit 426240d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
home.inputs.nixpkgs.follows = "nixpkgs";
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
statix.inputs.nixpkgs.follows = "nixpkgs";
base16.inputs.nixpkgs.follows = "nixpkgs";
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
eww.inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down
38 changes: 19 additions & 19 deletions modules/shared/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,25 +131,25 @@
nix_shell.symbol = " ";
};
};
# git = {
# enable = true;
# userName = "shaunsingh";
# userEmail = "[email protected]";
# ignores = [ "**/.idea/" "**/.vscode/settings.json" "**/.direnv/" "**/.DS_Store" ];
# extraConfig = {
# pull = { ff = "only"; };
# init.defaultBranch = "main";
# extraConfig = {
# diff.tool = "difftastic";
# pager.difftool = true;
#
# difftool = {
# prompt = false;
# difftastic.cmd = ''${lib.getExe pkgs.difftastic} "$LOCAL" "$REMOTE"'';
# };
# };
# };
# };
git = {
enable = true;
userName = "shaunsingh";
userEmail = "[email protected]";
ignores = [ "**/.idea/" "**/.vscode/settings.json" "**/.direnv/" "**/.DS_Store" ];
extraConfig = {
pull = { ff = "only"; };
init.defaultBranch = "main";
extraConfig = {
diff.tool = "difftastic";
pager.difftool = true;

difftool = {
prompt = false;
difftastic.cmd = ''${lib.getExe pkgs.difftastic} "$LOCAL" "$REMOTE"'';
};
};
};
};
fish = {
enable = true;
shellAliases = {
Expand Down

0 comments on commit 426240d

Please sign in to comment.