This commit is contained in:
k
2024-07-02 00:43:36 -04:00
parent f9688e642e
commit 2bd30396b5
2 changed files with 13 additions and 10 deletions

View File

@@ -61,7 +61,10 @@
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
programs.zsh.enable = true;
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
];
programs.zsh.enable = true;
users.users.k = {
isNormalUser = true;
description = "k";