fix swank unicode
This commit is contained in:
parent
aaab14ff8c
commit
48d80fc4b8
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Edit this configuration file to define what should be installed on
|
# Edit this configuration file to define what should be installed on
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# 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, ... }:
|
{ 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 = {
|
users.users.ravenshade = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Zynh Ludwig";
|
description = "Zynh Ludwig";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Edit this configuration file to define what should be installed on
|
# Edit this configuration file to define what should be installed on
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# 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, ... }:
|
{ 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 = {
|
users.users.ravenshade = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Zynh Ludwig";
|
description = "Zynh Ludwig";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Edit this configuration file to define what should be installed on
|
# Edit this configuration file to define what should be installed on
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# 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, ... }:
|
{ 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 = {
|
users.users.ravenshade = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Zynh Ludwig";
|
description = "Zynh Ludwig";
|
||||||
|
|
Loading…
Reference in a new issue