diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-24 12:36:08 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-24 12:36:08 -0700 |
commit | f9aa731439483cbce66f79949e0343d978aaaabf (patch) | |
tree | 5ea6dd651ad95a9dbcdde92f920df930764104e9 /hosts | |
parent | gcloud: add google-cloud-sdk on trusted hosts (diff) | |
download | world-f9aa731439483cbce66f79949e0343d978aaaabf.tar.gz |
scanner: install tools on the laptop
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/profile.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix index a7f81f1..1ba221e 100644 --- a/hosts/aptos/profile.nix +++ b/hosts/aptos/profile.nix @@ -1,4 +1,8 @@ { ... }: { + + # Install tools related to the scanner (scanimage etc) + hardware.sane.enable = true; + my.profiles = { # Laptop specific configuration laptop.enable = true; |