]> Git — Sourcephile - julm/julm-nix.git/blob - nixos/modules.nix
upower: use instead of powertop which draws ~0.3W more
[julm/julm-nix.git] / nixos / modules.nix
1 { pkgs, lib, config, ... }:
2 {
3 imports = [
4 modules/security/systemd-creds.nix
5 ];
6 }