coreboot/util/liveiso/nixos
Felix Singer a8b1260c7f util/liveiso/nixos/graphical: Preconfigure some Gnome settings
These settings are not a must, but nice to have. The most noteworthy
setting is `sleep-inactive-ac-type`, which is set to `nothing` so that
the target doesn't go into suspend when AC is used as power supply and
it's unused for a while.

Change-Id: I9a6e3eb88427f94f504a6b991a98b1b51e11bc19
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83853
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Jan Philipp Groß <jeangrande@mailbox.org>
2024-08-14 15:33:38 +00:00
..
build.sh util/liveiso/nixos: Update to 24.05 2024-07-04 14:34:20 +00:00
common.nix util/liveiso/nixos: Install various extractor tools 2024-07-18 23:30:44 +00:00
console.nix util/liveiso: Move NixOS configs to subdirectory 2023-03-17 19:27:31 +00:00
description.md util/liveiso: Move NixOS configs to subdirectory 2023-03-17 19:27:31 +00:00
graphical.nix util/liveiso/nixos/graphical: Preconfigure some Gnome settings 2024-08-14 15:33:38 +00:00
README.md util/liveiso: Move NixOS configs to subdirectory 2023-03-17 19:27:31 +00:00

Live ISO

What is this?

NixOS configuration files for testing purposes and for working on firmware.

TODO

  • Generate customized bootloader configs; FILO is WIP
  • Switch to programs.neovim when the module is fixed.