This commit is contained in:
jopejoe1 2024-02-17 23:33:17 +01:00
parent 4783db68ff
commit 7c10990c19
7 changed files with 20 additions and 42 deletions

View file

@ -111,15 +111,7 @@
xwayland.enable = true;
kdeconnect.enable = true;
gamemode.enable = true;
};
boot.binfmt.registrations.appimage = {
wrapInterpreterInShell = false;
interpreter = "${pkgs.appimage-run}/bin/appimage-run";
recognitionType = "magic";
offset = 0;
mask = ''\xff\xff\xff\xff\x00\x00\x00\x00\xff\xff\xff'';
magicOrExtension = ''\x7fELF....AI\x02'';
appimage.enable = true; # Not upstream jet
};
nix.settings.system-features = [ "gccarch-alderlake" "benchmark" "big-parallel" "kvm" "nixos-test" ]