a lot of work

This commit is contained in:
2025-12-30 16:35:44 +00:00
parent a1b117c408
commit f029d5fedd
18 changed files with 201 additions and 92 deletions

View File

@@ -24,7 +24,7 @@ in
stylix.enable = true;
steam.enable = true;
Hyprland.enable = true;
remoteBuild.use-remote-builders = true;
# remoteBuild.use-remote-builders = true;
wivrn.enable = false;
fonts.enable = true;
};
@@ -71,19 +71,6 @@ in
# intel-compute-runtime # OpenCL (NEO) + Level Zero for Arc/Xe
];
};
programs.ssh = {
# enable = true;
startAgent = true;
matchBlocks = {
"*" = {
addKeysToAgent = "yes";
identityFile = [
"~/.ssh/id_ed25519"
];
};
};
};
services.openssh = {
enable = true;
settings = {