2 files changed, 2 insertions, 1 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix
index e8a0f8f..7676452 100644
--- a/host/Rory-desktop/configuration.nix
+++ b/host/Rory-desktop/configuration.nix
@@ -40,6 +40,7 @@ args@{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
+ binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" "riscv32-linux" ];
loader = {
grub = {
configurationLimit = 10;
diff --git a/host/Rory-laptop/configuration.nix b/host/Rory-laptop/configuration.nix
index ecb5713..6fafefb 100644
--- a/host/Rory-laptop/configuration.nix
+++ b/host/Rory-laptop/configuration.nix
@@ -135,7 +135,7 @@ args@{
(jetbrains.plugins.addPlugins jetbrains.clion [
jetbrains.plugins.github-copilot-fixed
#"github-copilot"
- "string-manipulation"
+ "stringmanipulation"
"nixidea"
"visual-studio-keymap"
])
|