feat: rearrange configs

This commit is contained in:
uku 2024-05-12 13:33:15 +02:00
parent c60e8df3e3
commit 21ce06c82d
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
7 changed files with 54 additions and 40 deletions

15
configs/client.nix Normal file
View file

@ -0,0 +1,15 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
nil
ffmpeg
yt-dlp
hyfetch
];
hm.programs.keychain = {
enable = true;
agents = ["ssh"];
inheritType = "any";
keys = ["id_ed25519"];
};
}