diff options
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 1e53359e630a..ff707bc2f9bc 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -161,6 +161,7 @@ in lib.fix(self: { redshift.enable = true; blueman.enable = true; mullvad-vpn.enable = true; + tlp.enable = true; xserver = { enable = true; |