Age | Commit message (Expand) | Author | Files | Lines |
2021-04-01 | r/2392 refactor(tazjin/nixos): Use setup scripts from //ops/nixos | Vincent Ambo | 1 | -41/+4 |
2021-04-01 | r/2391 fix(tazjin/blog): Make redirects from old links permanent | Vincent Ambo | 1 | -2/+1 |
2021-03-30 | r/2365 chore(tverskoy): Disable networking.firewall | Vincent Ambo | 1 | -0/+1 |
2021-03-28 | r/2353 chore(tverskoy): Add some more missing programs and persisted paths | Vincent Ambo | 1 | -0/+5 |
2021-03-26 | r/2340 feat(tverskoy): Enable mosh | Vincent Ambo | 1 | -0/+1 |
2021-03-25 | r/2329 refactor: Replace some uses of builtins.toFile with pkgs.writeText | Vincent Ambo | 1 | -5/+5 |
2021-03-23 | r/2324 chore(tazjin/tverskoy): Set git.init.defaultBranch = "canon" | Vincent Ambo | 1 | -0/+1 |
2021-03-23 | r/2322 feat(tazjin/emacs): Configurable screen lock & brightness adjustment | Vincent Ambo | 1 | -10/+15 |
2021-03-23 | r/2321 feat(tazjin/tverskoy): Enable automatic screen locking | Vincent Ambo | 1 | -0/+19 |
2021-03-23 | r/2320 fix(tazjin/tverskoy): Forcefully set nix.nixPath | Vincent Ambo | 1 | -0/+6 |
2021-03-22 | r/2317 chore(tazjin/tverskoy): Install dnsutils and mosh | Vincent Ambo | 1 | -0/+2 |
2021-03-21 | r/2315 chore(tazjin/keys): Add tverskoy, comment out frog | Vincent Ambo | 1 | -4/+4 |
2021-03-21 | r/2313 fix(tazjin/tverskoy): Persist Mullvad settings & rustup downloads | Vincent Ambo | 1 | -2/+4 |
2021-03-21 | r/2312 fix(tazjin/tverskoy): Ensure 'pactl' command is available | Vincent Ambo | 1 | -0/+1 |
2021-03-21 | r/2311 fix(tazjin/tverskoy): Persist ~/.config/mimeapps.list | Vincent Ambo | 1 | -0/+1 |
2021-03-21 | r/2310 chore(tazjin/emacs): Use `light` instead of `xbacklight` | Vincent Ambo | 1 | -2/+2 |
2021-03-21 | r/2309 fix(tazjin/tverskoy): Configure git to always rebase | Vincent Ambo | 1 | -0/+3 |
2021-03-21 | r/2308 fix(tazjin/tverskoy): Add myself to the 'video' group | Vincent Ambo | 1 | -1/+1 |
2021-03-21 | r/2307 chore(tazjin/tverskoy): Enable SSH agent, Spotify, mullvad, ... | Vincent Ambo | 1 | -0/+6 |
2021-03-21 | r/2306 feat(tazjin/tverskoy): Enable redshift & geoclue2 | Vincent Ambo | 1 | -3/+4 |
2021-03-21 | r/2305 feat(tazjin/tverskoy): Configure ephemeral home bind-mounts | Vincent Ambo | 1 | -1/+44 |
2021-03-21 | r/2301 fix(tazjin/emacs): Ensure company is installed | Vincent Ambo | 1 | -0/+1 |
2021-03-21 | r/2300 feat(tazjin/tverskoy): Configure impermanence module | Vincent Ambo | 1 | -0/+17 |
2021-03-21 | r/2299 feat(tazjin/nixos): Initial check in of new host (tverskoy) | Vincent Ambo | 2 | -1/+205 |
2021-03-21 | r/2298 fix(tazjin/emacs): Use ace-window from MELPA instead of ELPA | Vincent Ambo | 1 | -1/+1 |
2021-03-19 | r/2287 fix(tazjin/emacs): Set notmuch custom variables through :custom | Vincent Ambo | 2 | -5/+4 |
2021-03-19 | r/2284 chore(3p): bump NixOS channels to 2021-03-18 | sterni | 2 | -2/+2 |
2021-03-06 | r/2275 fix(tazjin/emacs): Always show newest emails first | Vincent Ambo | 1 | -0/+1 |
2021-03-06 | r/2274 feat(tazjin/rlox): Implement global variable access | Vincent Ambo | 4 | -6/+48 |
2021-03-06 | r/2273 feat(tazjin/rlox): Implement global variable definition | Vincent Ambo | 5 | -15/+80 |
2021-03-06 | r/2272 refactor(tazjin/rlox): Refactor Compiler::consume into a macro | Vincent Ambo | 1 | -18/+21 |
2021-03-06 | r/2271 fix(tazjin/rlox): Resynchronise after panicking | Vincent Ambo | 1 | -1/+32 |
2021-03-03 | r/2265 feat(tazjin/rlox): Implement expression statements | Vincent Ambo | 4 | -53/+78 |
2021-03-03 | r/2264 feat(tazjin/rlox): Add support for print statement | Vincent Ambo | 3 | -5/+61 |
2021-03-02 | r/2263 feat(tazjin/rlox): Intern all string constants | Vincent Ambo | 4 | -19/+65 |
2021-03-02 | r/2262 test(tazjin/rlox): Add simple string assertions | Vincent Ambo | 1 | -0/+10 |
2021-03-01 | r/2259 feat(tazjin/rlox): Add a simple string interner | Vincent Ambo | 3 | -0/+112 |
2021-03-01 | r/2258 feat(tazjin/rlox): Add initial support for strings | Vincent Ambo | 3 | -1/+40 |
2021-02-28 | r/2256 feat(tazjin/rlox): Implement comparison operators | Vincent Ambo | 4 | -0/+43 |
2021-02-28 | r/2255 feat(tazjin/rlox): Implement equality operator | Vincent Ambo | 4 | -6/+50 |
2021-02-28 | r/2254 refactor(tazjin/rlox): Let binary_op! work on different types | Vincent Ambo | 1 | -9/+13 |
2021-02-28 | r/2253 feat(tazjin/rlox): Implement unary negation operator | Vincent Ambo | 5 | -0/+32 |
2021-02-28 | r/2252 feat(tazjin/rlox): Support trivial literals in bytecode compiler | Vincent Ambo | 5 | -6/+52 |
2021-02-28 | r/2251 refactor(tazjin/rlox): Represent VM values as enums | Vincent Ambo | 6 | -25/+59 |
2021-02-28 | r/2250 test(tazjin/rlox): Add some tests for numerical operations | Vincent Ambo | 2 | -0/+51 |
2021-02-28 | r/2249 chore(tazjin/rlox): Add stack printing when 'disassemble' is on | Vincent Ambo | 1 | -0/+3 |
2021-02-28 | r/2248 fix(tazjin/rlox): Fix selection of next parser precedence rule | Vincent Ambo | 1 | -1/+1 |
2021-02-28 | r/2247 feat(tazjin/rlox): Wire up bytecode interpreter & print results | Vincent Ambo | 3 | -19/+11 |
2021-02-28 | r/2246 fix(tazjin/rlox): Fix identifier order in binary_op macro | Vincent Ambo | 1 | -1/+1 |
2021-02-27 | r/2244 chore(tazjin/rlox): Fill in minor missing implementations | Vincent Ambo | 1 | -20/+21 |