Alexandre 20f3abeb20
All checks were successful
Check config / build (push) Successful in 9m47s
Tweaked a alias, as it was outdated
2026-06-23 18:14:14 +00:00
2026-06-20 00:15:16 +02:00
2026-06-20 00:15:16 +02:00
2026-06-22 12:44:21 +02:00
2025-12-28 00:08:05 +01:00
2026-02-08 16:50:37 +01:00
2025-12-27 04:28:51 +01:00
2026-06-20 00:15:16 +02:00
2026-06-20 00:15:16 +02:00
2026-06-20 00:15:16 +02:00
2026-06-20 00:15:16 +02:00

Personal notes

Todo:

Change the greeter to not carry some useless xserver, see noctalia greet, or greetd

Boilerplate:

for a module (host, etc...)

{ self, inputs, ... }:
{
  flake.nixosModules.<module> = { config, pkgs, inputs, ...}: {
  };
}

For a program (wrapped)

{ self, inputs, ... }:
{
  flake.nixosModules.<program> = { pkgs, lib, self', ... }: {
  };

  perSystem = { pkgs, lib, ...} : {
  <program>
  };
}
Description
My nixOS config
Readme 1 MiB
Languages
Nix 98.7%
Shell 0.8%
CMake 0.5%