Compare commits

...

3 Commits

Author SHA1 Message Date
Noah Masur
984a47d3b1 add links for readme diagram 2024-01-07 19:07:16 -05:00
Noah Masur
48cd96858a
add diagram to readme 2024-01-07 19:05:13 -05:00
Noah Masur
2cce4c572f reenable legendary and heroic games 2024-01-07 18:48:40 -05:00
2 changed files with 9 additions and 1 deletions

View File

@ -41,6 +41,14 @@ configuration may be difficult to translate to a non-Nix system.
| --- | --- | --- |
| Keybinds | [Hammerspoon](https://www.hammerspoon.org/) | [Link](./modules/darwin/hammerspoon) |
# Diagram
![Diagram](https://github.com/nmasur/dotfiles/assets/7386960/ed3e7202-09c4-4a9c-9b14-0272c01647f6)
- [flake.nix](./flake.nix)
- [hosts](./hosts/)
- [modules](./modules/)
---
# Unique Configurations

View File

@ -105,7 +105,7 @@ inputs.nixpkgs.lib.nixosSystem {
dwarf-fortress.enable = true;
enable = true;
steam.enable = true;
legendary.enable = false; # Electron marked as insecure
legendary.enable = true;
lutris.enable = true;
leagueoflegends.enable = true;
ryujinx.enable = true;