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
|
2024-02-06 20:18:48 +01:00
|
|
|
colmena
|
|
|
|
|
2024-12-03 22:16:26 +01:00
|
|
|
gnome-tweaks
|
|
|
|
dconf-editor
|
2024-02-06 20:18:48 +01:00
|
|
|
unstable.resources # Resource monitor / task manager
|
|
|
|
|
|
|
|
#gnome-secrets # Password manager (Native Wayland client), but very slow.
|
|
|
|
keepassxc # Password manager. TODO Wayland: Maybe QT_QPA_PLATFORM defined in ghostwriter.nix fixed blurry fonts?
|
|
|
|
warp # Fast and secure file transfer
|
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|