configure bat
This commit is contained in:
parent
f9f0e9b9c7
commit
64325631a6
3 changed files with 114 additions and 34 deletions
|
|
@ -31,8 +31,10 @@
|
|||
ntv = "nix-search-tv";
|
||||
rebuild = "nh os switch ~/flake";
|
||||
trybuild = "nh os test ~/flake";
|
||||
brip = "batgrep"; # bat + ripgrep
|
||||
man = "batman"; # bat + man
|
||||
|
||||
# shell utilities
|
||||
rgf = "rg --files | rg";
|
||||
watch = "viddy";
|
||||
};
|
||||
|
||||
pointerCursor = {
|
||||
|
|
@ -45,14 +47,13 @@
|
|||
|
||||
packages = with pkgs; [
|
||||
# for services.gnome-keyring
|
||||
pkgs.gcr # provides org.gnome.keyring.SystemPrompter
|
||||
gcr # provides org.gnome.keyring.SystemPrompter
|
||||
seahorse # gui
|
||||
krita
|
||||
|
||||
krita
|
||||
tor-browser
|
||||
|
||||
fuzzel
|
||||
|
||||
speedtest-cli
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue