add bitwise
This commit is contained in:
parent
8200db6da8
commit
7df6b96505
|
@ -1,6 +1,7 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
|
bitwise # cli tool for bit / hex manipulation
|
||||||
discord
|
discord
|
||||||
eza # ls replacement
|
eza # ls replacement
|
||||||
entr # perform action when file change
|
entr # perform action when file change
|
||||||
|
|
Loading…
Reference in a new issue