From 48d80fc4b8a958de8c9fd6bb6ad31ceb78d402c2 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 28 Jun 2024 07:30:22 -0700 Subject: [PATCH] fix swank unicode --- hosts/nixos/configuration.nix | 4 ++-- hosts/snowhawk/configuration.nix | 4 ++-- hosts/sprite/configuration.nix | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 8e698d6..1f6cab5 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/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"; diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index cbe092f..01e9bf1 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/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, ... }: @@ -94,7 +94,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"; diff --git a/hosts/sprite/configuration.nix b/hosts/sprite/configuration.nix index cbe092f..01e9bf1 100644 --- a/hosts/sprite/configuration.nix +++ b/hosts/sprite/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, ... }: @@ -94,7 +94,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";