This commit is contained in:
Filippo Berto 2024-10-21 20:02:16 +02:00
parent 8abafd73f4
commit c103109233
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
11 changed files with 45 additions and 57 deletions

View file

@ -300,7 +300,6 @@ in
services.home-assistant = {
enable = true;
openFirewall = true;
# package = pkgs.unstable_pkgs.home-assistant;
config = {
default_config = { };

View file

@ -5,24 +5,19 @@
, ...
}:
{
boot.initrd.kernelModules = [ "i915" ];
boot = {
initrd.kernelModules = [ "i915" ];
# kernelPackages = pkgs.unstable_pkgs.linuxPackages;
};
hardware.nvidia =
{
# modesetting.enable = true;
# package = pkgs.linuxPackages.nvidia_x11;
open = false;
prime = {
offload.enable = false;
sync.enable = true;
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
};
hardware.nvidia = {
# modesetting.enable = true;
# package = pkgs.linuxPackages.nvidia_x11;
open = false;
prime = {
offload.enable = false;
sync.enable = true;
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
};
};
programs.gamemode = {
enable = true;

View file

@ -130,7 +130,7 @@
# ../../modules/hm/screen_locker.nix
# ../../modules/hm/security.nix
# ../../modules/hm/spotifyd.nix
../../modules/hm/sxhkd.nix
# ../../modules/hm/sxhkd.nix
../../modules/hm/syncthing.nix
# ../../modules/hm/thunar.nix
# ../../modules/hm/twmn.nix