Compare commits

..

2 Commits

8 changed files with 15 additions and 36 deletions

View File

@ -9,5 +9,6 @@
./productivity.nix ./productivity.nix
./media.nix ./media.nix
#./hyprland/hyprland.nix #./hyprland/hyprland.nix
./gaming.nix
]; ];
} }

View File

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
heroic
mangohud
osu-lazer-bin
steam
prismlauncher
];
}

View File

@ -1,7 +1,6 @@
{ {
imports = [ imports = [
./bootloader.nix ./bootloader.nix
./graphics.nix
./powerManagement.nix ./powerManagement.nix
./wireless.nix ./wireless.nix
#./wayland.nix #./wayland.nix
@ -17,8 +16,8 @@
./nerdFonts.nix ./nerdFonts.nix
./nixos-cli.nix ./nixos-cli.nix
./lanzaboote.nix ./lanzaboote.nix
./gaming.nix
./printing.nix ./printing.nix
./yubikey.nix ./yubikey.nix
./steam.nix
]; ];
} }

View File

@ -1,11 +0,0 @@
{pkgs, ...}: {
programs.steam = {
enable = true;
};
environment.systemPackages = with pkgs; [
heroic
mangohud
osu-lazer-bin
];
}

View File

@ -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
];
}

View File

@ -8,8 +8,6 @@
# Conflict with auto-cpufreq # Conflict with auto-cpufreq
power-profiles-daemon.enable = false; power-profiles-daemon.enable = false;
thermald.enable = true;
# List of governors: # List of governors:
# - performance # - performance
# - powersave # - powersave

View File

@ -0,0 +1,3 @@
{
programs.steam.enabled = true;
}

View File

@ -15,7 +15,7 @@
# Docker # Docker
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = false;
rootless = { rootless = {
enable = true; enable = true;
setSocketVariable = true; setSocketVariable = true;