1
0
Fork 0

Update from updated-inputs-2024-04-28-01-03

This commit is contained in:
clerie 2024-04-28 03:03:05 +02:00
commit 4ad23f2410
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";