Skip to content

Commit

Permalink
desktop: Enable steam
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Nov 10, 2024
1 parent c7a08f1 commit b5cc82f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/hosts/desktop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@
key = "/home/juan/Sync/secrets/desktop.syncthing.key.pem";
};

#programs.steam = {
# enable = true;
#};
programs.steam = {
enable = true;
};

hardware.graphics = {
# radv: an open-source Vulkan driver from freedesktop
Expand Down

0 comments on commit b5cc82f

Please sign in to comment.