feat: add needed libs
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user