IM FUCKING SISYPHUS SAVE ME

This commit is contained in:
do butterflies cry? 2026-02-13 22:14:30 +10:00
parent 02251bd750
commit 099d1960ab
12 changed files with 52 additions and 28 deletions

View file

@ -19,7 +19,7 @@
hexyl
# ASM
nasm
x86-manpages
# x86-manpages # DEBUG
# C Family
gcc
clang
@ -110,4 +110,12 @@
openssl
libargon2
];
programs = {
gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-curses;
enableSSHSupport = true;
};
};
}