更新 configuration.nix

main
落雨宸 2024-05-14 21:58:25 +08:00
parent 5306afccc7
commit c1ef776038
1 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@
# services.xserver.xkbOptions = "eurosign:e";
# Enable CUPS to print documents.
# services.printing.enable = true;
services.printing.enable = true;
# Enable sound.
sound.enable = true;
@ -122,7 +122,7 @@
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.chitang = {
users.users.lzc256 = {
isNormalUser = true;
shell = pkgs.zsh; # Use ZSH
extraGroups = [ "wheel" "video" ]; # Enable sudo for the user.
@ -131,7 +131,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
neoovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
chrome
git