zathura, radicle, fw-tool, taplo?

This commit is contained in:
Tao Tien 2024-04-09 10:51:12 -07:00
parent 038c493fbd
commit f841b66bbf
3 changed files with 11 additions and 1 deletions

View file

@ -4,6 +4,7 @@
...
}: {
environment.systemPackages = with pkgs; [
radicle-cli
lua-language-server
# freecad
# vulkan-loader
@ -19,6 +20,7 @@
sshfs
tokei
jujutsu
taplo
# c
clang

View file

@ -1,6 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
fw-ectool
# fw-ectool
framework-tool
nvtopPackages.amd
];

View file

@ -77,6 +77,13 @@ in {
extraConfig = builtins.readFile ./wezterm.lua;
};
zathura = {
enable = true;
options = {
selection-clipboard = "clipboard";
};
};
# zellij = {
# enable = true;
# settings = {};