2025-01-18 00:12:03 +01:00
2025-01-10 23:52:49 +01:00
2024-12-21 17:06:36 +01:00
2025-01-02 10:07:18 +01:00
2025-01-17 12:07:39 +01:00
2025-01-18 00:12:03 +01:00
2025-01-03 18:27:23 +01:00
2025-01-14 15:43:11 +01:00
2025-01-14 15:43:11 +01:00
2024-12-28 02:06:11 +01:00

Flake

screenshot screenshot

Tools

  • WM: river + luatile
  • Widgets: ags (+ astal for river integration) + rofi (app picker + clipboard history picker)
  • Lockscreen: hyprlock (+ hypridle for loginctl/auto suspend when locked)
  • Lots of cli tools
  • Impermanence (everything except ~/stuff & ~/projects is wiped on reboot), / is a tmpfs.

Nvim

  • Is configured through lua
  • Plugins & LSP are configured in nix
  • Everything is binary compiled at build time
  • Everything is packed in a single plugin to optimize the runtimepath length
  • A .luarc.json can be generated using nix develop
  • The config can be used from anywhere using nix run github:zoriya/flake#nvim

Notes for myself

mkdir -p /nix/persist/home (else persisted seems to be bugged)

nix-shell --run 'mkpasswd -m SHA-512' -p mkpasswd to generate a password

S
Description
Nix flake for my system configuration.
Readme 83 MiB
Languages
Nix 55%
Lua 26.3%
Shell 15.2%
CSS 2.8%
Tree-sitter Query 0.7%