parent
bc9bae0c88
commit
1b4f2a21d7
4 changed files with 83 additions and 107 deletions
|
@ -1,7 +1,10 @@
|
|||
# Config options needed for various university courses
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
esp-generate
|
||||
espflash
|
||||
];
|
||||
|
||||
users.extraGroups.plugdev = { };
|
||||
users.extraUsers.vivian.extraGroups = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue