2025-03-23 13:21:46 +11:00
|
|
|
{ pkgs, ... }: {
|
|
|
|
|
imports = [ ./packages-gui.nix ];
|
2021-05-11 14:32:58 +07:00
|
|
|
environment.systemPackages = with pkgs; [
|
2025-03-08 23:25:08 +11:00
|
|
|
comma
|
2025-03-13 01:20:30 +11:00
|
|
|
ecryptfs
|
2021-05-30 11:02:56 +07:00
|
|
|
efibootmgr
|
2025-05-19 23:04:39 +10:00
|
|
|
fd
|
2021-05-20 14:02:49 +07:00
|
|
|
git
|
2025-05-19 23:04:39 +10:00
|
|
|
git-crypt
|
2021-05-20 14:02:49 +07:00
|
|
|
htop
|
2021-11-25 12:25:59 +07:00
|
|
|
jq
|
2025-04-05 13:39:00 +11:00
|
|
|
kitty.terminfo
|
2021-05-20 14:02:49 +07:00
|
|
|
libarchive
|
|
|
|
|
lf
|
|
|
|
|
msr-tools
|
|
|
|
|
ncdu
|
|
|
|
|
neovim
|
2021-07-28 16:01:48 +07:00
|
|
|
nfs-utils
|
2021-07-21 22:01:41 +07:00
|
|
|
ntfs3g
|
2025-05-20 01:17:17 +10:00
|
|
|
oci-cli
|
2025-05-19 23:04:39 +10:00
|
|
|
ripgrep
|
2021-05-20 14:02:49 +07:00
|
|
|
rsync
|
2025-05-19 23:04:39 +10:00
|
|
|
sshfs
|
2021-05-20 14:02:49 +07:00
|
|
|
wget
|
2021-05-11 14:32:58 +07:00
|
|
|
];
|
2021-05-15 08:28:38 +07:00
|
|
|
environment.variables.EDITOR = "nvim";
|
2021-07-15 19:57:49 +07:00
|
|
|
}
|