Gen 443: Organized sys folder

This commit is contained in:
pagedMov
2024-10-13 00:40:42 -04:00
parent 75ded7f870
commit 07cb5136ee
11 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,20 @@
{ pkgs, ... }:
{
programs = {
steam.enable = true;
hyprland.enable = true;
zsh.enable = true;
nix-ld = {
enable = true;
libraries = with pkgs; [
stdenv.cc.cc
ffmpeg-full
];
};
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
};
}