summaryrefslogtreecommitdiff
path: root/profiles/laptop.nix
blob: 3ecee500e5e8d3dbd2df19c50247b64b0ce6dbb7 (plain)
1
2
3
4
5
6
7
8
# helium laptop
{ pkgs, lib, ... }:

{
  imports = [
    ../lib/linux.nix
  ];
}