Alexandre 8b7f7622d0
All checks were successful
Check config / build (push) Successful in 50s
Fuck determinate and their broken "magic cache".
Relocated gitea cache, hope this works.
Attic is broken, god is dead.
2026-07-02 21:17:35 +02:00
2026-06-22 12:44:21 +02:00
2026-07-02 14:19:40 +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-07-01 16:42:40 +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%