This commit is contained in:
thiloho
2023-06-05 12:49:13 +02:00
parent b1718597f3
commit a599b2bcc6
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
boot.loader.systemd-boot.enable = true;