mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
meep
This commit is contained in:
parent
2dce5c567d
commit
2b1fd9b99e
12 changed files with 54 additions and 23 deletions
3
home/profiles/shell/bat.nix
Normal file
3
home/profiles/shell/bat.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
_: {
|
||||
programs.bat.enable = true;
|
||||
}
|
||||
|
|
@ -13,6 +13,9 @@
|
|||
inherit (tree.home.user.data) userName userEmail;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
enable = true;
|
||||
delta = {
|
||||
enable = true;
|
||||
};
|
||||
extraConfig = {
|
||||
init = {defaultBranch = "main";};
|
||||
protocol.gcrypt.allow = "always";
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@
|
|||
file
|
||||
# command monitoring
|
||||
pv
|
||||
# cat but better
|
||||
bat
|
||||
# sed replacement
|
||||
sd
|
||||
# sops
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue