aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos/profile.nix
blob: 58bb296cf53b51bc52d2b9e5c5e28f27768b328d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ ... }: {

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

  my.profiles = {
    desktop.enable = true;
    multimedia.enable = true;
    trusted.enable = true;
  };
}