removed Gaming config
This commit is contained in:
+1
-3
@@ -17,13 +17,11 @@
|
|||||||
nixos = {
|
nixos = {
|
||||||
Hostname = "hakase";
|
Hostname = "hakase";
|
||||||
Timezone = "America/Chicago";
|
Timezone = "America/Chicago";
|
||||||
|
enableSteamOS = true;
|
||||||
|
|
||||||
Boot = {
|
Boot = {
|
||||||
mode = "systemd"; # systemd or grub
|
mode = "systemd"; # systemd or grub
|
||||||
};
|
};
|
||||||
Gaming = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
Apps = {
|
Apps = {
|
||||||
packages = pkgs:
|
packages = pkgs:
|
||||||
with pkgs; [
|
with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user