Alexandre dbaa6735d9
Some checks failed
Check config / build (push) Successful in 1m5s
Build Flake / build (push) Failing after 3h0m26s
Bump Flake / bump (push) Failing after 1m12s
Added powerprofiles
2026-08-26 10:48:59 +02:00
2026-08-06 18:01:11 +02:00
2026-06-22 12:44:21 +02:00
2026-08-26 10:48:59 +02:00
2025-12-28 00:08:05 +01:00
2026-07-18 23:43:52 +02: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 41 MiB
Languages
Nix 98.8%
Shell 0.8%
CMake 0.4%