This commit is contained in:
KoenDR06 2025-07-18 15:10:33 +02:00
parent b7d7514928
commit 73c7b45ba8
8 changed files with 8 additions and 25 deletions

View file

@ -1,6 +1,4 @@
{ {...}: {
...
}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./modules.nix ./modules.nix

View file

@ -1,6 +1,4 @@
{ {...}: {
...
}: {
imports = [ imports = [
../../modules ../../modules
../../modules/boot/loader/systemd.nix ../../modules/boot/loader/systemd.nix

View file

@ -1,6 +1,4 @@
{ {...}: {
...
}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./modules.nix ./modules.nix

View file

@ -1,6 +1,4 @@
{ {...}: {
...
}: {
imports = [ imports = [
../../modules ../../modules
../../modules/boot/loader/grub.nix ../../modules/boot/loader/grub.nix

View file

@ -1,6 +1,4 @@
{ {...}: {
...
}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./modules.nix ./modules.nix

View file

@ -1,6 +1,4 @@
{ {...}: {
...
}: {
imports = [ imports = [
../../modules ../../modules
]; ];

View file

@ -1,6 +1,4 @@
{ {...}: {
...
}: {
programs.helix = { programs.helix = {
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;

View file

@ -1,7 +1,4 @@
{ {lib, ...}: let
lib,
...
}: let
inherit (lib) mkOption types; inherit (lib) mkOption types;
in { in {
options = { options = {