1
1
Fork 0

mynix: fix conflicting options

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-30 10:06:29 -06:00
parent 74f429e7a3
commit 6206af877a
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -1,4 +1,8 @@
{config, ...}: { {
config,
lib,
...
}: {
imports = [ imports = [
./disko.nix ./disko.nix
./hardware-configuration.nix ./hardware-configuration.nix
@ -52,7 +56,7 @@
#// services.logind.powerKey = "ignore"; # Disable power button #// services.logind.powerKey = "ignore"; # Disable power button
home-manager.users.${config.custom.username} = { home-manager.users.${config.custom.username} = {
services.gammastep.settings.general.brightness-night = 0.4; services.gammastep.settings.general.brightness-night = lib.mkForce 0.4;
# Prevent secondary GPU reset from crashing window manager # Prevent secondary GPU reset from crashing window manager
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {