audio, ide and printer stuff

This commit is contained in:
Thilo Billerbeck 2024-02-22 16:38:29 +01:00
parent 826f5686ed
commit 3e77c14a0e
2 changed files with 9 additions and 0 deletions
configs/thilo-laptop

View file

@ -50,5 +50,10 @@
fwupd.enable = true;
};
environment.systemPackages = with pkgs; [
brlaser
brgenml1lpr
];
system.stateVersion = "23.05";
}