diff --git a/nixos/hosts/Tibo-NixDesk/default.nix b/nixos/hosts/Tibo-NixDesk/default.nix index 7695521..5bec21e 100644 --- a/nixos/hosts/Tibo-NixDesk/default.nix +++ b/nixos/hosts/Tibo-NixDesk/default.nix @@ -56,7 +56,10 @@ zenith-nvidia ]; - programs.zsh.enable = true; + programs = { + steam.enable = true; + zsh.enable = true; + }; hardware.bluetooth.enable = true; diff --git a/nixos/hosts/Tibo-NixDesk/hardware-configuration.nix b/nixos/hosts/Tibo-NixDesk/hardware-configuration.nix index a5ae163..4903685 100644 --- a/nixos/hosts/Tibo-NixDesk/hardware-configuration.nix +++ b/nixos/hosts/Tibo-NixDesk/hardware-configuration.nix @@ -50,6 +50,16 @@ "bind" ]; }; + + "/mnt/Games" = { + device = "/dev/disk/by-label/Games"; + fsType = "ntfs"; + options = [ + "uid=tdpeuter" + "gid=users" + "defaults" + ]; + }; }; swapDevices = [