From 7ffdceae2e6fde19c45ba6f57c0d96f9f4263fbe Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 28 Jun 2024 00:13:54 -0700 Subject: [PATCH] removing swank unicode --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index f58f3a4..5f937e9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,6 +1,6 @@ # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). +# and in the NixOS manual (accessible by running `nixos-help`). { pkgs, inputs, ... }: @@ -95,7 +95,7 @@ # # ]; - # Define a user account. Don't forget to set a password with ‘passwd’. + # Define a user account. Don't forget to set a password with `passwd`. users.users.ravenshade = { isNormalUser = true; description = "Zynh Ludwig";