Qalculate

This commit is contained in:
Tyler Beckman 2024-11-24 21:38:00 -07:00
parent 89eb86d89e
commit 07eb61dde9
Signed by: Ty
GPG key ID: 2813440C772555A4

View file

@ -1,6 +1,6 @@
{ pkgs, inputs, system, ... }: { pkgs, inputs, system, ... }:
{ {
home.packages = (with pkgs; [ home.packages = (with pkgs; [
# Documents # Documents
logseq logseq
libreoffice-qt6-fresh libreoffice-qt6-fresh
@ -26,6 +26,9 @@
# :3 # :3
fastfetch fastfetch
# UI Tools
qalculate-qt
# CLI Tools # CLI Tools
ripgrep # Text searching and manipulation ripgrep # Text searching and manipulation
jq # JSON filtering jq # JSON filtering