start making modules as actual modules, wip no battery left

This commit is contained in:
2025-02-09 04:57:29 +01:00
parent a2037ffb56
commit 5363e26357
6 changed files with 59 additions and 22 deletions

View File

@ -1,16 +1,16 @@
# **************************************************************************** #
# #
# ::: :::::::: #
# configuration.nix :+: :+: :+: #
# global.nix :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 01:43:46 by tomoron #+# #+# #
# Updated: 2025/02/09 01:50:15 by tomoron ### ########.fr #
# Updated: 2025/02/09 03:04:10 by tomoron ### ########.fr #
# #
# **************************************************************************** #
{ config, lib, inputs, pkgs, flakeName, ... }:
{ lib, pkgs, flakeName, ... }:
{
imports = [