Configure behavior for closing laptop lid.
This commit is contained in:
parent
b3c9c2bf03
commit
082ed3c097
3 changed files with 8 additions and 8 deletions
9
base.nix
9
base.nix
|
@ -18,12 +18,5 @@
|
|||
|
||||
environment.variables.EDITOR = "vim";
|
||||
|
||||
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'';
|
||||
};
|
||||
programs.appimage.binfmt = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue