Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-21 | Revert "pkgs/cscript: Use unstable LLVM" | Linnnus | |
This reverts commit a2f2f142a64ea34637e1586728d6e4e33553040f. The temporary fix is no longer needed, as we are now running a nixpkgs version which includes nixos/nixpkgs#309165. | |||
2024-12-21 | muhammed: Add xkcdpass | Linnnus | |
2024-12-17 | muhammed: Revert local linux builder to aarch64 | Linnnus | |
In e18423, the builder was accidentally changed to be x86_64 which was an unrelated experiment. I don't really need another x86_64 builder as I have ahmed in most cases. | |||
2024-12-17 | ahmed: Switch torrenting to new VPN configuration | Linnnus | |
2024-12-16 | ahmed: Remove old laptop-specific screen disabling service | Linnnus | |
2024-12-16 | ahmed: Allow SSH connections from iPhone | Linnnus | |
2024-12-06 | muhammed: Clean up linux builder configuration | Linnnus | |
2024-12-06 | muhammed: Add ahmed as remote x86_64-linux builder | Linnnus | |
2024-12-06 | ahmed: Become remote x86_64-linux builder | Linnnus | |
2024-12-06 | ahmed/torrenting: Use unstable qBittorrent (security) | Linnnus | |
2024-12-06 | fix: Update git patches for 2.47.0 | Linnnus | |
2024-12-06 | Revert "home/zsh+pkgs: Add watch-while for long commands lol" | Linnnus | |
This reverts commit 3824d4d797d39bd6f2dee3655027a79713ef400c. Turned out to actually just be really annoying. Funny joke though. | |||
2024-12-06 | muhammed: Add devenv | Linnnus | |
2024-12-06 | Bump nixpkgs 24.{05 => 11} and nixpkgs-unstable | Linnnus | |
- Bump perl input to pkgs/trash - Use {swiftPackages. => }xcbuild for pbv - Remove cling; was crashing and ) wasn't using it anyways - LSP tsserver was renamed to ts_ls | |||
2024-11-28 | pkgs/cscript: Use unstable LLVM | Linnnus | |
2024-11-25 | ahmed: Rebuild from GitHub | Linnnus | |
This is a bit of an experiment. With this approach, I should be able to remotely and asynchronously update this host. | |||
2024-11-25 | pkgs/human-sleep: Fix missing UINT64_MAX on Linux | Linnnus | |
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 | |