mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
formatted the code with alejandra
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
{pkgs, ...}: {
|
||||
programs = {
|
||||
bat.enable = true;
|
||||
zsh = {
|
||||
@ -16,7 +16,7 @@
|
||||
lazygit.enable = true;
|
||||
zoxide = {
|
||||
enable = true;
|
||||
options = [ "--cmd cd" ];
|
||||
options = ["--cmd cd"];
|
||||
};
|
||||
ripgrep.enable = true;
|
||||
btop = {
|
||||
|
Reference in New Issue
Block a user