Skip to content

Commit

Permalink
feat(laptop): enable nostale dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Nov 6, 2024
1 parent 7b93c71 commit 942a804
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hosts/laptop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ in {
};
kubernetes.enable = true;
ides = ["idea-ultimate" "rust-rover" "goland"];
nostale = {
enable = true;
installPath = "/media/games/linux/Other/NosTale";
};
};
shell = {
tmux.enable = true;
Expand Down
5 changes: 5 additions & 0 deletions hosts/laptop/hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,10 @@ with lib; {
hardware = {
enableAllFirmware = true;
cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware;

graphics = {
enable = true;
enable32Bit = true;
};
};
}

0 comments on commit 942a804

Please sign in to comment.