about summary refs log tree commit diff
path: root/hosts/aptos/profile.nix
blob: 1ba221eb039ac0792a251b6590aaf3569116a281 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ ... }: {

  # Install tools related to the scanner (scanimage etc)
  hardware.sane.enable = true;

  my.profiles = {
    # Laptop specific configuration
    laptop.enable = true;
    desktop.enable = true;
    multimedia.enable = true;
    trusted.enable = true;
  };
}