mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
init
This commit is contained in:
11
modules/laptop/default.nix
Normal file
11
modules/laptop/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkgs.powertop
|
||||
pkgs.acpi
|
||||
pkgs.upower
|
||||
];
|
||||
|
||||
services.upower.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user