edit apps

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-11-03 15:50:33 +01:00
parent a901005929
commit 71b559e0f6
2 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
../../nixos/utils.nix ../../nixos/utils.nix
../../nixos/tailscale.nix ../../nixos/tailscale.nix
../../nixos/hyprland.nix ../../nixos/hyprland.nix
../../nixos/docker.nix
../../nixos/omen.nix # For my laptop only ../../nixos/omen.nix # For my laptop only

View File

@@ -1,6 +1,7 @@
{ {
pkgs, pkgs,
config, config,
inputs,
... ...
}: { }: {
imports = [ imports = [
@@ -60,16 +61,16 @@
# Privacy # Privacy
session-desktop # Session app, private messages session-desktop # Session app, private messages
signal-desktop # Signal app, private messages
protonvpn-gui protonvpn-gui
protonvpn-cli
proton-pass proton-pass
# protonmail-desktop # Now using the online brave app
proton-authenticator proton-authenticator
ticktick # Privacy friendly todo app ticktick # Privacy friendly todo app
# Dev # Dev
go go
bun bun
docker
nodejs nodejs
python3 python3
jq jq
@@ -77,7 +78,7 @@
pnpm pnpm
air air
duckdb duckdb
caido inputs.eleakxir.packages.${pkgs.system}.leak-utils
# Utils # Utils
zip zip