Compare commits
2 Commits
0d23cd7976
...
ba5b6d3dac
| Author | SHA1 | Date | |
|---|---|---|---|
| ba5b6d3dac | |||
| 854a3a49fc |
@ -9,5 +9,6 @@
|
||||
./productivity.nix
|
||||
./media.nix
|
||||
#./hyprland/hyprland.nix
|
||||
./gaming.nix
|
||||
];
|
||||
}
|
||||
|
||||
9
hosts/precision-5530/home/modules/gaming.nix
Normal file
9
hosts/precision-5530/home/modules/gaming.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
heroic
|
||||
mangohud
|
||||
osu-lazer-bin
|
||||
steam
|
||||
prismlauncher
|
||||
];
|
||||
}
|
||||
@ -1,7 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./bootloader.nix
|
||||
./graphics.nix
|
||||
./powerManagement.nix
|
||||
./wireless.nix
|
||||
#./wayland.nix
|
||||
@ -17,8 +16,8 @@
|
||||
./nerdFonts.nix
|
||||
./nixos-cli.nix
|
||||
./lanzaboote.nix
|
||||
./gaming.nix
|
||||
./printing.nix
|
||||
./yubikey.nix
|
||||
./steam.nix
|
||||
];
|
||||
}
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
heroic
|
||||
mangohud
|
||||
osu-lazer-bin
|
||||
];
|
||||
}
|
||||
@ -1,20 +0,0 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
# Enable OpenGL
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
# extraPackages = with pkgs; [
|
||||
# intel-media-sdk
|
||||
# intel-ocl
|
||||
# intel-compute-runtime
|
||||
# ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
lshw
|
||||
];
|
||||
}
|
||||
@ -8,8 +8,6 @@
|
||||
# Conflict with auto-cpufreq
|
||||
power-profiles-daemon.enable = false;
|
||||
|
||||
thermald.enable = true;
|
||||
|
||||
# List of governors:
|
||||
# - performance
|
||||
# - powersave
|
||||
|
||||
3
hosts/precision-5530/system/modules/steam.nix
Normal file
3
hosts/precision-5530/system/modules/steam.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
programs.steam.enabled = true;
|
||||
}
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
# Docker
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user