mynix: fix conflicting options
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
74f429e7a3
commit
6206af877a
1 changed files with 6 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue