Changed: Neovim

This commit is contained in:
2025-04-10 11:33:28 +02:00
parent f9aba98533
commit 4bb72ea758
23 changed files with 440 additions and 7 deletions

View File

@@ -3,7 +3,13 @@
config,
...
}: {
home.packages = with pkgs; [
/*home.packages = with pkgs; [
steam
];
];*/
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
};
}