summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-18Move NixOS-specific options from shared/{nixos-and-darwin => nixos}Linnnus
2025-01-18Fix 'git log' aliasLinnnus
2025-01-18"Formatting ahh commit" ahh commitLinnnus
2025-01-18Formatting ahh commitLinnnus
2025-01-18hosts/muhammed: Add xkcdpass (again)Linnnus
This was originally done in 2995fc5 but got lost in refactoring.
2025-01-05Use ZSH on all Linux hosts tooLinnnus
2025-01-05hosts/ahmed: Remove duksebot pt. 2Linnnus
Don't know how I managed to not catch this in c7a5082.
2025-01-05hosts/ahmed: Change qBittorrent passwordLinnnus
2024-12-27Fix missing 'util' import when setting up Javascript LSPLinnnus
2024-12-27hosts/omar: Persist OpenSSH keysLinnnus
2024-12-27omar: Add wpa networking configLinnnus
2024-12-27Move shared nix{os,-darwin} config to shared/nixos-and-darwinLinnnus
2024-12-27pkgs/cscript: Bump to 21-12-2024Linnnus
2024-12-27Add new host omarLinnnus
2024-12-21hosts/ahmed: Update nixpkgs inputs when rebootingLinnnus
2024-12-21hosts/muhammed: Remove weird use of environment.darwinConfigLinnnus
The current setting (i.e. pointing into /nix/store) gives weird behavior with `darwin-rebuild edit` since one cannot edit the readonly store.
2024-12-21Define packages in overlays/additionsLinnnus
2024-12-21ahmed: Remove unused duksebot moduleLinnnus
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-21muhammed: Remove dead sshfs mountLinnnus
2024-12-21Revert "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-21muhammed: Add xkcdpassLinnnus
2024-12-17muhammed: Revert local linux builder to aarch64Linnnus
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-17ahmed: Switch torrenting to new VPN configurationLinnnus
2024-12-16ahmed: Remove old laptop-specific screen disabling serviceLinnnus
2024-12-16ahmed: Allow SSH connections from iPhoneLinnnus
2024-12-06muhammed: Clean up linux builder configurationLinnnus
2024-12-06muhammed: Add ahmed as remote x86_64-linux builderLinnnus
2024-12-06ahmed: Become remote x86_64-linux builderLinnnus
2024-12-06ahmed/torrenting: Use unstable qBittorrent (security)Linnnus
2024-12-06fix: Update git patches for 2.47.0Linnnus
2024-12-06Revert "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-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-28pkgs/cscript: Use unstable LLVMLinnnus
2024-11-25ahmed: Rebuild from GitHubLinnnus
This is a bit of an experiment. With this approach, I should be able to remotely and asynchronously update this host.
2024-11-25pkgs/human-sleep: Fix missing UINT64_MAX on LinuxLinnnus
2024-11-22pkgs/cscript: Bump version, add testsLinnnus
With linnnus/cscript@45c8dca6 the tests in the Makefile were split up to better work with Nix's checkPhase and installCheckPhase.
2024-11-21pkgs/cscript: Use CC and LLDB from nixpkgsLinnnus
2024-11-17home: Add echoargs to shell-utilsLinnnus
2024-11-17pkgs: Add echoargsLinnnus
2024-11-16home: Add nowrap to shell utilsLinnnus
2024-11-16pkgs: Add nowrapLinnnus
2024-11-16home: Add stat wrapper for OSXLinnnus
2024-11-16home+muhammed Add disable-sleep to shell-utilsLinnnus
2024-11-16pkgs: Add disable-sleepLinnnus
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-16pkgs: Add human-sleepLinnnus
2024-11-16cscript: Add interpreter passthru attributesLinnnus
2024-11-16muhammed: Add cscriptLinnnus