2024-02-06 20:18:48 +01:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
{
|
|
|
|
users.users.yoda = {
|
|
|
|
packages = with pkgs; [
|
2024-12-03 20:16:39 +01:00
|
|
|
zenith # Terminal resource monitor / task manager
|
|
|
|
btop # Terminal resource monitor / task manager
|
|
|
|
htop # Terminal resource monitor / task manager
|
2025-01-03 15:46:38 +01:00
|
|
|
niv # NixOS dependency management
|
2025-01-02 23:28:12 +01:00
|
|
|
colmena # NixOS config deployment
|
2024-02-06 20:18:48 +01:00
|
|
|
|
|
|
|
keepassxc # Password manager. TODO Wayland: Maybe QT_QPA_PLATFORM defined in ghostwriter.nix fixed blurry fonts?
|
|
|
|
warp # Fast and secure file transfer
|
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|