(desktop) Gen 488: Edited hostnames, moved steam back to home-manager config, added markdown to nixvim lsp, altered firefox bookmarks

This commit is contained in:
pagedMov
2024-10-15 17:42:14 -04:00
parent b20b6f7263
commit 6da93561ea
6 changed files with 44 additions and 28 deletions

View File

@@ -1,13 +1,8 @@
{ pkgs, ... }:
{ ... }:
{
programs.steam = {
enable = true;
extest.enable = true;
remotePlay.openFirewall = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];
};
}