Alexandre 09720b1357
Some checks failed
Check config / build (push) Failing after 2s
'must be lowercase' fuck you
2026-07-01 16:32:10 +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%