light cleanups
This commit is contained in:
parent
e8e2886672
commit
45766f2057
4 changed files with 7 additions and 7 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./.
|
./.
|
||||||
|
../modules/games/steam.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/games/steam.nix
|
|
||||||
../../modules/plasma
|
../../modules/plasma
|
||||||
|
|
||||||
../../common
|
../../common
|
||||||
|
|
@ -25,8 +24,6 @@
|
||||||
|
|
||||||
age.identityPaths = [ "${config.users.users.noa.home}/.ssh/id_ed25519" ];
|
age.identityPaths = [ "${config.users.users.noa.home}/.ssh/id_ed25519" ];
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
|
||||||
hardware.enableAllFirmware = true;
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
|
|
@ -218,8 +215,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/games/steam.nix
|
|
||||||
|
|
||||||
../../common
|
../../common
|
||||||
../../common/configuration.nix
|
../../common/configuration.nix
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,12 @@
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
gamescopeSession.enable = true;
|
gamescopeSession.enable = true;
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
|
extraPkgs =
|
||||||
|
pkgs: with pkgs; [
|
||||||
|
pango
|
||||||
|
libthai
|
||||||
|
harfbuzz
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
alvr = {
|
alvr = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue