summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/core/nix/extended.nix1
-rw-r--r--modules/desktop/software/boot.nix3
-rw-r--r--modules/desktop/software/default.nix1
3 files changed, 1 insertions, 4 deletions
diff --git a/modules/core/nix/extended.nix b/modules/core/nix/extended.nix
index 23415e4..18b4176 100644
--- a/modules/core/nix/extended.nix
+++ b/modules/core/nix/extended.nix
@@ -7,6 +7,7 @@
{
config = lib.mkIf config.modules.nix.extend {
programs.nix-index-database.comma.enable = true;
+ boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nix = {
# distributedBuilds = true;
diff --git a/modules/desktop/software/boot.nix b/modules/desktop/software/boot.nix
deleted file mode 100644
index 44f9c4e..0000000
--- a/modules/desktop/software/boot.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
-}
diff --git a/modules/desktop/software/default.nix b/modules/desktop/software/default.nix
index 8098426..322dbb7 100644
--- a/modules/desktop/software/default.nix
+++ b/modules/desktop/software/default.nix
@@ -3,7 +3,6 @@
./services
./video
./aagl.nix
- ./boot.nix
./gaming.nix
./programs.nix
./systemd.nix