feat: rearrange configs
This commit is contained in:
parent
c60e8df3e3
commit
21ce06c82d
7 changed files with 54 additions and 40 deletions
15
configs/client.nix
Normal file
15
configs/client.nix
Normal 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"];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue