summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-15Add READMELinnnus
2024-07-07muhammed: Setup Rust stuffLinnnus
2024-07-06muhammed: Enable nightly Nix GCLinnnus
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-06ahmed: FormattingLinnnus
2024-07-06common: Add jq utilityLinnnus
2024-07-06muhammed: Update iTerm2 theme switching scriptLinnnus
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-03muhammed: Make linux-builder more accesibleLinnnus
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-03bump: nix-darwinLinnnus
2024-05-19torrenting: Add dark mode to portalLinnnus
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-19torrenting: Add "Stand-up" categoryLinnnus
2024-05-09torrenting: Add funny namesLinnnus
2024-05-09Remove forsvarsarperLinnnus
2024-05-09hosts/ahmed/torrenting: Add categoriesLinnnus
2024-05-09hosts/ahmed/git.linus.onl: Syntax highlight itemsLinnnus
2024-05-09torrenting: Create different categories of downloadsLinnnus
2024-04-29muhammed: Make builder non-ephemeralLinnnus
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-29chore: FormattingLinnnus
2024-04-29home/zsh: Add mkcd utilityLinnnus
2024-04-29home/neovim: Add temporary, impure vimrc sourceLinnnus
This was a huge help when testing changes to vimrc without having to do a full {nixos,darwin}-rebuild.
2024-04-29muhammed: Make iterm2/neovim respect system dark modeLinnnus
2024-04-29home/git: Autocorrect yayyyyLinnnus
2024-04-08hosts/ahmed/torrenting: Split into aspects, add portalLinnnus
2024-04-07hosts/ahmed: Add WireGuard + JellyfinLinnnus
2024-04-07hosts/ahmed: Add qBittorrentLinnnus
2024-04-07hosts/muhammed: Add qbittorrentLinnnus
2024-03-02hosts/muhammed: Add qbittorrentLinnnus
2024-03-02Move dev-utils to hosts/muhammed/home/Linnnus
2024-03-02Bump HelloHTMLLinnnus
It now takes an alternative domain, which was added to it's services.
2024-02-24chore: Formatting...Linnnus
2024-02-24Fix missing import in hosts/muhammed/configuration.nixLinnnus
2024-02-20Merge '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-13hosts/ahmed: Bump duksebotLinnnus
2024-02-04pkgs/pbv: Add pbvLinnnus
2024-02-04home/zsh: Remove zsh-cwd-history pluginLinnnus
2024-02-04home/neovim: Add svelte filetype pluginLinnnus
2024-02-04FormattingLinnnus
2024-02-04Switch to nixd (works equally shit)Linnnus
2024-01-22Revert "hosts/ahmed: Disable duksebot over winter break"Linnnus
This reverts commit a66aa6ad9d18af2983746dcf73ecdf1bc862a5dc. It is no longer winter break.
2024-01-21formating smh...Linnnus
2024-01-21home/neovim: Add double space FZF mappingLinnnus
2024-01-21home/git: Add 'undo' aliasLinnnus
2024-01-21all: Also apply overlays to exported packagesLinnnus
2024-01-21Use unstable deno for NeoVim LSPLinnnus
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-20host/ahmed: Bump hellohtmlLinnnus
2024-01-20hosts/ahmed: Move hellohtml definiton into repoLinnnus
2024-01-16hosts/ahmed: Add forsvarsarperLinnnus
2023-12-29hosts/ahmed: Bump push-notification-apiLinnnus
2023-12-29hosts/ahmed: Add hellohtml.linus.onlLinnnus
2023-12-29home/dev-utils: Use unstable denoLinnnus
2023-12-29home: Setup guile dev stuffLinnnus