feat: add needed libs
This commit is contained in:
@@ -84,7 +84,10 @@
|
||||
|
||||
users.users.luca = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"docker"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
hashedPassword = config.hashedPassword;
|
||||
openssh.authorizedKeys.keys = config.authorized_ssh;
|
||||
|
||||
@@ -66,6 +66,11 @@
|
||||
gradle
|
||||
cmake
|
||||
doppler
|
||||
wayland
|
||||
wayland-protocols
|
||||
libxkbcommon
|
||||
udev
|
||||
alsa-lib
|
||||
];
|
||||
programs.nix-ld.enable = lib.mkDefault true;
|
||||
programs.zsh.enable = lib.mkDefault true;
|
||||
|
||||
Reference in New Issue
Block a user