Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-22 | pkgs/cscript: Bump version, add tests | Linnnus | |
With linnnus/cscript@45c8dca6 the tests in the Makefile were split up to better work with Nix's checkPhase and installCheckPhase. | |||
2024-11-21 | pkgs/cscript: Use CC and LLDB from nixpkgs | Linnnus | |
2024-11-17 | home: Add echoargs to shell-utils | Linnnus | |
2024-11-17 | pkgs: Add echoargs | Linnnus | |
2024-11-16 | home: Add nowrap to shell utils | Linnnus | |
2024-11-16 | pkgs: Add nowrap | Linnnus | |
2024-11-16 | home: Add stat wrapper for OSX | Linnnus | |
2024-11-16 | home+muhammed Add disable-sleep to shell-utils | Linnnus | |
2024-11-16 | pkgs: Add disable-sleep | Linnnus | |
2024-11-16 | home: Add shell-utils module | Linnnus | |
I also moved pbv and trash from hosts/muhammed/home/dev-utils into the new module, since they aren't really development related; I would still want them on a Darwin system that *wasn't* being used for development. | |||
2024-11-16 | pkgs: Add human-sleep | Linnnus | |
2024-11-16 | cscript: Add interpreter passthru attributes | Linnnus | |
2024-11-16 | muhammed: Add cscript | Linnnus | |
2024-10-29 | muhammed: Allow executing 'sudo monner' without password | Linnnus | |
2024-10-12 | home/nvim: Assert Lua configuration is valid | Linnnus | |
2024-10-12 | home/git: Always ignore .git-blame-ignore-revs when running git-blame | Linnnus | |
2024-10-12 | muhammed: Don't enable inlay hints | Linnnus | |
This commit partially reverts 386d237f. I think this configuration line was causing errors because my neovim version config didn't actually support the feature. | |||
2024-10-12 | Add ignored revs file | Linnnus | |
2024-10-12 | muhammed: Add svelte LSP to nvim | Linnnus | |
2024-10-12 | chore: Format lsp.nix without tabs | Linnnus | |
I am tired of fighting with literally every single tool (neovim, git, alejandre) to allow tabs inside the Lua code in the big string. | |||
2024-10-12 | muhammed: Use unstable nodejs | Linnnus | |
2024-10-12 | Make <nixpkgs> resolve to nixpkgs flake input | Linnnus | |
2024-10-03 | fix: Don't ignore upstream patches to noweb | Linnnus | |
2024-10-02 | chore: formatting ahh commit | Linnnus | |
2024-10-02 | muhammed: Move linux-builder to own file, add features for NixOS tests | Linnnus | |
2024-10-02 | chore: Formatting | Linnnus | |
2024-10-02 | ahmed: Rebuild linus.onl on webhook instead of timer | Linnnus | |
2024-10-01 | ahmed: Bump push-notification-api to 4457cb2 | Linnnus | |
2024-10-01 | qbittorent: Fix creation logic | Linnnus | |
After attempting to use this configuration on another device, it turns out that the persistent data directories were being created with the wrong permissions. | |||
2024-10-01 | nvim: Fix :WrapItUp | Linnnus | |
Here are the changes: - Spaces were being caught as part of the mapping, causing the user to move diagonally when using j/k. These have been removed. - Moved to the correction section. - Made buffer-local, since this is the most common usecase. | |||
2024-10-01 | nvim: Add gd mapping for help pages | Linnnus | |
2024-09-28 | Run CGit as unpriveledged user | Linnnus | |
2024-09-28 | home: Git check submodules on push | Linnnus | |
2024-09-28 | chore: formatting | Linnnus | |
2024-09-28 | Bump comma-sh | Linnnus | |
2024-09-28 | ahmed: Bump push-notification-api | Linnnus | |
2024-09-28 | ahmed: Bump HelloHTML | Linnnus | |
2024-09-18 | Add WrapItUp command to neovim | Linnnus | |
2024-09-18 | muhammed: Make wraaath-sftp slightly more robust | Linnnus | |
2024-09-18 | muhammed: Add Gleam stuff | Linnnus | |
2024-09-18 | muhammed: Bump deno | Linnnus | |
2024-09-18 | muhammed: Add nodeJS and TS server | Linnnus | |
2024-09-18 | Allow unfree pkgs on all hosts | Linnnus | |
2024-09-17 | ahmed: Bump HelloHTML to 5d92927 | Linnnus | |
2024-09-15 | ahmed: Bump HelloHTML | Linnnus | |
2024-08-27 | ahmed: Don't attempt to fetch linus.onl source before network is online | Linnnus | |
I thought this restriction was already being enforced since I set systemd.services."${domain}-source".after = ["network-online.target"] but that apparently wasn't enough. I had to also ensure the timer, which triggered the service was ordered after "network-online.target". | |||
2024-08-27 | ahmed: Bump hellohtml | Linnnus | |
2024-08-01 | chore ass formatting | Linnnus | |
2024-08-01 | muhammed: Add Wraath network volume | Linnnus | |
2024-08-01 | muhammed: Add Gleam | Linnnus | |
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. |