Alexandre 7720764336
Some checks failed
Build Flake / build (push) Failing after 3h0m2s
Bump Flake / bump (push) Failing after 10m54s
Check config / build (push) Waiting to run
Switched to a nix container, speeding up builds, next, setup cache mf
2026-06-27 16:20:07 +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

Personal notes

Todo:

Change the greeter to not carry some useless xserver, see noctalia greet, or greetd Install a Home-Manager apps, notably Obsidian, Syncthing and Vesktop Finish Zed Config Port Neovim config Configure Noctalia Shell Finish some Niri options, like some default binds, not allocated in my config Curate the ZSH config

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%