feat: add needed libs

This commit is contained in:
2025-10-15 10:07:55 -07:00
parent 97cc77c3e9
commit 548c5a989d
2 changed files with 9 additions and 1 deletions

View File

@@ -84,7 +84,10 @@
users.users.luca = { users.users.luca = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [
"wheel"
"docker"
];
shell = pkgs.zsh; shell = pkgs.zsh;
hashedPassword = config.hashedPassword; hashedPassword = config.hashedPassword;
openssh.authorizedKeys.keys = config.authorized_ssh; openssh.authorizedKeys.keys = config.authorized_ssh;

View File

@@ -66,6 +66,11 @@
gradle gradle
cmake cmake
doppler doppler
wayland
wayland-protocols
libxkbcommon
udev
alsa-lib
]; ];
programs.nix-ld.enable = lib.mkDefault true; programs.nix-ld.enable = lib.mkDefault true;
programs.zsh.enable = lib.mkDefault true; programs.zsh.enable = lib.mkDefault true;