1
0
Fork 0

configuration/common: Reorganize default programs

This commit is contained in:
clerie 2024-04-27 20:12:26 +02:00
parent e6ed6ef0db
commit 27d4fcd864
1 changed files with 11 additions and 3 deletions

View File

@ -3,14 +3,23 @@
{
environment.systemPackages = with pkgs; [
# My system is fucked
gptfdisk
htop
parted
# Normal usage
htop
tmux
vim
# Deployment
bij
colmena
vim
agenix
clerie-sops
sops
# Debugging
jq
curl
];
@ -18,7 +27,6 @@
programs.mtr.enable = true;
programs.git.enable = true;
programs.git.config = {
user = {
name = "clerie";