update
This commit is contained in:
parent
f9688e642e
commit
2bd30396b5
2 changed files with 13 additions and 10 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue