From f841b66bbf9c7049b9701c2c2199dcafa3cedc1f Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:51:12 -0700 Subject: [PATCH] zathura, radicle, fw-tool, taplo? --- extras/dev.nix | 2 ++ systems/NOlaptop.nix | 3 ++- users/tao/HOME.nix | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/extras/dev.nix b/extras/dev.nix index 4470b48..e98c4e2 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -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 diff --git a/systems/NOlaptop.nix b/systems/NOlaptop.nix index 5740cfc..11cf0f4 100644 --- a/systems/NOlaptop.nix +++ b/systems/NOlaptop.nix @@ -1,6 +1,7 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ - fw-ectool + # fw-ectool + framework-tool nvtopPackages.amd ]; diff --git a/users/tao/HOME.nix b/users/tao/HOME.nix index 0846448..270e568 100644 --- a/users/tao/HOME.nix +++ b/users/tao/HOME.nix @@ -77,6 +77,13 @@ in { extraConfig = builtins.readFile ./wezterm.lua; }; + zathura = { + enable = true; + options = { + selection-clipboard = "clipboard"; + }; + }; + # zellij = { # enable = true; # settings = {};