]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/options.nix
tlp: enable on all hardwares
[julm/julm-nix.git] / home-manager / options.nix
1 { pkgs, lib, config, ... }:
2 with builtins;
3 {
4 config = {
5 home.stateVersion = "20.09";
6 };
7 }