nix: waydroid

This commit is contained in:
js0ny 2025-10-14 01:33:40 +01:00
parent c9ce831415
commit 0c6d0edb42
9 changed files with 142 additions and 59 deletions

View file

@ -2,6 +2,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
rclone
age
aichat
beancount
@ -40,16 +41,15 @@
zoxide
wakatime-cli
# Langs
# lua
luajit
# lua luajit
lua51Packages.luarocks
ghostscript
mermaid-cli
tectonic
# Misc
ta-lib
ddgr
protonvpn-cli
# Misc ta-lib ddgr protonvpn-cli
markdown-oxide
nushell
powershell
powershell-editor-services
];
}

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
home.packages = with pkgs; [
kitty
ghostty
@ -31,5 +32,6 @@
protonvpn-gui
proton-pass
protonmail-bridge-gui
mpv
];
}