Age | Commit message (Collapse) | Author | |
---|---|---|---|
10 days | Upgrade to 25.05HEADmain | Linnnus | |
2025-05-06 | chore: Fix formatting | Linnnus | |
2025-04-11 | Unset blame.ignoreRevsFile in git config | Linnnus | |
It was causing errors in repos that didn't have that file. I guess I will have to manually configure it in each repo that DOES use that file. | |||
2025-04-08 | Add man pages to C dev | Linnnus | |
2025-04-04 | Don't map <c-k> in Neovim | Linnnus | |
2025-03-25 | Refactor metadata.toml | Linnnus | |
2025-03-16 | mdoules/cloudflare-proxy: Allow local ip addreses | Linnnus | |
2025-02-21 | Actually include Svelte in dev-full | Linnnus | |
2025-02-06 | Add direnv ZSH integratino | Linnnus | |
2025-01-29 | Formatting, nice one gg | Linnnus | |
2025-01-27 | Add firefox | Linnnus | |
2025-01-27 | Set home-manager backup extension | Linnnus | |
2025-01-27 | Add NUR | Linnnus | |
2025-01-27 | hosts/omar: Add danish l18n settings | Linnnus | |
2025-01-20 | Upgrade to Python 3.12 | Linnnus | |
2025-01-19 | Enable sandbox on Darwin (with some caveats) | Linnnus | |
2025-01-18 | Include Git branch in ZSH prompt | Linnnus | |
2025-01-18 | Set sandbox = relaxed on Darwin hosts | Linnnus | |
2025-01-18 | Move NixOS-specific options from shared/{nixos-and-darwin => nixos} | Linnnus | |
2025-01-18 | Fix 'git log' alias | Linnnus | |
2025-01-18 | Formatting ahh commit | Linnnus | |
2025-01-05 | Use ZSH on all Linux hosts too | Linnnus | |
2024-12-27 | Fix missing 'util' import when setting up Javascript LSP | Linnnus | |
2024-12-27 | hosts/omar: Persist OpenSSH keys | Linnnus | |
2024-12-27 | Move shared nix{os,-darwin} config to shared/nixos-and-darwin | Linnnus | |
2024-12-27 | Add new host omar | Linnnus | |
2024-12-21 | Define packages in overlays/additions | Linnnus | |
2024-12-21 | Move to a profile-based configuration where common | Linnnus | |
This patch makes it so common configuration is now located in shared/ and each host basically just becomes a bunch of import statements. The exception here is host-specific configuration like the `*.linus.onl` that live inside `hosts/ahmed/`. Specifically I have: - moved common configuration `shared/{nixos,home-manager,nix-darwin}`. - moved `hosts/common.nix` to `shared/nixos/common-{nix,shell}-settings.nix`. - split `hosts/muhammed/{dev-utils,neovim}` into per-language configuration. This patch was done in preparation for the arrival of a new host, which will need to share a lot of configuration with Muhammed. |