zathura, radicle, fw-tool, taplo?
This commit is contained in:
parent
038c493fbd
commit
f841b66bbf
3 changed files with 11 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
radicle-cli
|
||||||
lua-language-server
|
lua-language-server
|
||||||
# freecad
|
# freecad
|
||||||
# vulkan-loader
|
# vulkan-loader
|
||||||
|
|
@ -19,6 +20,7 @@
|
||||||
sshfs
|
sshfs
|
||||||
tokei
|
tokei
|
||||||
jujutsu
|
jujutsu
|
||||||
|
taplo
|
||||||
|
|
||||||
# c
|
# c
|
||||||
clang
|
clang
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fw-ectool
|
# fw-ectool
|
||||||
|
framework-tool
|
||||||
nvtopPackages.amd
|
nvtopPackages.amd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -77,6 +77,13 @@ in {
|
||||||
extraConfig = builtins.readFile ./wezterm.lua;
|
extraConfig = builtins.readFile ./wezterm.lua;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zathura = {
|
||||||
|
enable = true;
|
||||||
|
options = {
|
||||||
|
selection-clipboard = "clipboard";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# zellij = {
|
# zellij = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# settings = {};
|
# settings = {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue