foot, vintage fonts, scope operator
This commit is contained in:
parent
8d77e96d89
commit
5575604452
46 changed files with 803 additions and 702 deletions
|
@ -1,13 +1,13 @@
|
|||
{ config, ... }:
|
||||
{ config, scope, ... }:
|
||||
let
|
||||
inherit (config) rice;
|
||||
in
|
||||
{
|
||||
boot.tmp.useTmpfs = true;
|
||||
scope "boot" {
|
||||
tmp.useTmpfs = true;
|
||||
|
||||
boot.initrd.systemd.enable = true;
|
||||
initrd.systemd.enable = true;
|
||||
|
||||
boot.loader.limine = {
|
||||
loader.limine = {
|
||||
enable = true;
|
||||
style =
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue