Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-07 | muhammed: Setup Rust stuff | Linnnus | |
2024-07-06 | muhammed: Enable nightly Nix GC | Linnnus | |
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. | |||
2024-07-06 | ahmed: Formatting | Linnnus | |
2024-07-06 | common: Add jq utility | Linnnus | |
2024-07-06 | muhammed: Update iTerm2 theme switching script | Linnnus | |
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. | |||
2024-06-03 | muhammed: Make linux-builder more accesible | Linnnus | |
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 | |||
2024-06-03 | bump: nix-darwin | Linnnus | |
2024-05-19 | torrenting: Add dark mode to portal | Linnnus | |
The white background is pretty eye-soaring at night. This patch fixes this issue by using a CSS query parameter to set darker styles when dark mode is enabled. See: https://css-tricks.com/dark-modes-with-css/ | |||
2024-05-19 | torrenting: Add "Stand-up" category | Linnnus | |
2024-05-09 | torrenting: Add funny names | Linnnus | |
2024-05-09 | Remove forsvarsarper | Linnnus | |
2024-05-09 | hosts/ahmed/torrenting: Add categories | Linnnus | |
2024-05-09 | hosts/ahmed/git.linus.onl: Syntax highlight items | Linnnus | |
2024-05-09 | torrenting: Create different categories of downloads | Linnnus | |
2024-04-29 | muhammed: Make builder non-ephemeral | Linnnus | |
idk the option just didn't work or something. doesn't really matter anyways since i won't be making any manual changes | |||
2024-04-29 | chore: Formatting | Linnnus | |
2024-04-29 | home/zsh: Add mkcd utility | Linnnus | |
2024-04-29 | home/neovim: Add temporary, impure vimrc source | Linnnus | |
This was a huge help when testing changes to vimrc without having to do a full {nixos,darwin}-rebuild. | |||
2024-04-29 | muhammed: Make iterm2/neovim respect system dark mode | Linnnus | |
2024-04-29 | home/git: Autocorrect yayyyy | Linnnus | |
2024-04-08 | hosts/ahmed/torrenting: Split into aspects, add portal | Linnnus | |
2024-04-07 | hosts/ahmed: Add WireGuard + Jellyfin | Linnnus | |
2024-04-07 | hosts/ahmed: Add qBittorrent | Linnnus | |
2024-04-07 | hosts/muhammed: Add qbittorrent | Linnnus | |
2024-03-02 | hosts/muhammed: Add qbittorrent | Linnnus | |
2024-03-02 | Move dev-utils to hosts/muhammed/home/ | Linnnus | |
2024-03-02 | Bump HelloHTML | Linnnus | |
It now takes an alternative domain, which was added to it's services. | |||
2024-02-24 | chore: Formatting... | Linnnus | |
2024-02-24 | Fix missing import in hosts/muhammed/configuration.nix | Linnnus | |
2024-02-20 | Merge 'reorg' into 'main' | Linnnus | |
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. | |||
2024-02-13 | hosts/ahmed: Bump duksebot | Linnnus | |
2024-02-04 | pkgs/pbv: Add pbv | Linnnus | |
2024-02-04 | home/zsh: Remove zsh-cwd-history plugin | Linnnus | |
2024-02-04 | home/neovim: Add svelte filetype plugin | Linnnus | |
2024-02-04 | Formatting | Linnnus | |
2024-02-04 | Switch to nixd (works equally shit) | Linnnus | |
2024-01-22 | Revert "hosts/ahmed: Disable duksebot over winter break" | Linnnus | |
This reverts commit a66aa6ad9d18af2983746dcf73ecdf1bc862a5dc. It is no longer winter break. | |||
2024-01-21 | formating smh... | Linnnus | |
2024-01-21 | home/neovim: Add double space FZF mapping | Linnnus | |
2024-01-21 | home/git: Add 'undo' alias | Linnnus | |
2024-01-21 | all: Also apply overlays to exported packages | Linnnus | |
2024-01-21 | Use unstable deno for NeoVim LSP | Linnnus | |
I forgot to do this in 8c4e59b. It was causing some issues with missing type declarations for the Kv which was the whole reason for switching to unstable.deno smh my head. | |||
2024-01-20 | host/ahmed: Bump hellohtml | Linnnus | |
2024-01-20 | hosts/ahmed: Move hellohtml definiton into repo | Linnnus | |
2024-01-16 | hosts/ahmed: Add forsvarsarper | Linnnus | |
2023-12-29 | hosts/ahmed: Bump push-notification-api | Linnnus | |
2023-12-29 | hosts/ahmed: Add hellohtml.linus.onl | Linnnus | |
2023-12-29 | home/dev-utils: Use unstable deno | Linnnus | |
2023-12-29 | home: Setup guile dev stuff | Linnnus | |
2023-12-29 | pkgs/yalafi-shell: Add yalafi-extract command | Linnnus | |