mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-23 11:12:42 +00:00
nix: waydroid
This commit is contained in:
parent
c9ce831415
commit
0c6d0edb42
9 changed files with 142 additions and 59 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
kitty
|
||||
ghostty
|
||||
|
|
@ -31,5 +32,6 @@
|
|||
protonvpn-gui
|
||||
proton-pass
|
||||
protonmail-bridge-gui
|
||||
mpv
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue