Age | Commit message (Collapse) | Author |
|
|
|
|
|
This commit partially reverts 386d237f. I think this configuration line
was causing errors because my neovim version config didn't actually
support the feature.
|
|
|
|
I am tired of fighting with literally every single tool (neovim, git,
alejandre) to allow tabs inside the Lua code in the big string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch sets up a Gleam development environment on Muhammed.
I also took this opportunity to move a whole bunch of
development-related filetype plugins to Muhammed, reducing closure size
on Ahmed.
|
|
|
|
Conjure keeps getting in my way because it pops up when it isn't wanted
and rebinds my keys.
|
|
|
|
The Nix store was growing quite large. It was consuming a lot of disk
space with some really old stuff.
In the future, I might need to tweak it a bit more; it seems a bit too
aggressive right now. Even recently used projects require rebuilding.
|
|
The script didn't check the theme upon startup, which caused some issues
if the system-wide theme change happened while iTerm2 was closed.
This new version always updates the iTerm2 theme based on the system
theme upon startup.
|
|
Using breakpointHook [0], one can jump into the sandbox of a failing
build. This is very useful for debugging. However, building
packages inside the linux-builder VM adds an extra layer of abstraction.
This patch makes a few changes which make it easier to work:
- cntr, which is used to attach to the sandbox, is now included on the
builder
- You can now sign in to the root user of the VM using the password
"root". This is required because cntr must be run as root.
[0]: https://www.youtube.com/watch?v=ULqoCjANK-I
|
|
idk the option just didn't work or something. doesn't really matter
anyways since i won't be making any manual changes
|
|
|
|
|
|
|
|
|
|
|
|
This patch moves in the reorganizational work done on the reorg branch,
mainly:
* Move host-specific modules into hosts/<host>/<module>
* Break up HM config
See the reorg branch for the individual commits.
|
|
|
|
|
|
|
|
This can be accessed through flakeInputs anyways.
|
|
|
|
|
|
|
|
|
|
|