add user to dialout group for access to Duet3DMC6HC

This commit is contained in:
Gabriella Bere 2024-08-29 23:06:08 +01:00
parent b20a1f400a
commit 442bbceb38
5 changed files with 92 additions and 94 deletions

9
home-manager/eza.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
programs.eza = {
enable = true;
enableZshIntegration = true;
git = true;
icons = true;
};
}