Skip to content

Commit

Permalink
monitor brightness ... doesn't work on P14s
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 2, 2025
1 parent 47b2ec1 commit 550fccc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configurations/nixos/vixen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ in
(self + /modules/nixos/linux/gui/gnome.nix)
(self + /modules/nixos/linux/gui/desktopish/fonts.nix)
(self + /modules/nixos/linux/gui/_1password.nix)
(self + /modules/nixos/linux/gui/desktopish/monitor-brightness.nix)
];

services.openssh.enable = true;
Expand All @@ -36,8 +37,6 @@ in
telegram-desktop
];

hardware.i2c.enable = true;

# Workaround the annoying `Failed to start Network Manager Wait Online` error on switch.
# https://github.com/NixOS/nixpkgs/issues/180175
systemd.services.NetworkManager-wait-online.enable = false;
Expand Down

0 comments on commit 550fccc

Please sign in to comment.