summaryrefslogtreecommitdiff
path: root/hosts/muhammed/home/dev-utils/default.nix
AgeCommit message (Collapse)Author
2024-12-21Move to a profile-based configuration where commonLinnnus
This patch makes it so common configuration is now located in shared/ and each host basically just becomes a bunch of import statements. The exception here is host-specific configuration like the `*.linus.onl` that live inside `hosts/ahmed/`. Specifically I have: - moved common configuration `shared/{nixos,home-manager,nix-darwin}`. - moved `hosts/common.nix` to `shared/nixos/common-{nix,shell}-settings.nix`. - split `hosts/muhammed/{dev-utils,neovim}` into per-language configuration. This patch was done in preparation for the arrival of a new host, which will need to share a lot of configuration with Muhammed.
2024-12-06muhammed: Add devenvLinnnus
2024-12-06Bump nixpkgs 24.{05 => 11} and nixpkgs-unstableLinnnus
- 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-16home: Add shell-utils moduleLinnnus
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-16muhammed: Add cscriptLinnnus
2024-10-12muhammed: Use unstable nodejsLinnnus
2024-09-18muhammed: Add Gleam stuffLinnnus
2024-09-18muhammed: Add nodeJS and TS serverLinnnus
2024-08-01muhammed: Add GleamLinnnus
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.
2024-08-01muhammed: Add vemfLinnnus
2024-07-07muhammed: Setup Rust stuffLinnnus
2024-03-02Move dev-utils to hosts/muhammed/home/Linnnus