1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
clerie 4ad23f2410 Update from updated-inputs-2024-04-28-01-03 2024-04-28 03:03:05 +02:00
Flake Update Bot f47c1ae001 Update nixpkgs 2024-04-28-01-03 2024-04-28 03:03:03 +02:00
clerie 27d4fcd864 configuration/common: Reorganize default programs 2024-04-27 20:12:26 +02:00
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";