summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-11-21 16:58:58 +0100
committerRory& <root@rory.gay>2025-11-21 16:58:58 +0100
commit4fa7ce523719afeaa3410494caa9ec03df0ffc4f (patch)
tree73882c41597c59697ad5e77c5b88161c8f6d3f83 /host
parentServer updates (diff)
downloadRory-Open-Architecture-4fa7ce523719afeaa3410494caa9ec03df0ffc4f.tar.xz
Desktop changes
Diffstat (limited to 'host')
-rw-r--r--host/Rory-desktop/configuration.nix1
-rw-r--r--host/Rory-laptop/configuration.nix2
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" ])