mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
monitor brightness ... doesn't work on P14s
This commit is contained in:
parent
47b2ec156f
commit
550fccc164
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue