Files
nixos/hosts/nb/modules/coding.nix
Dominik Polakovics a36b1e8310 fix: update AI Mailer configuration, adjust polling interval, and modify logging level
feat: update NixOS channel to 25.05 and remove unused unstable imports
fix: correct keyboard layout configuration in sway
feat: update ai-mailer package source and hash
2025-05-30 00:21:07 +02:00

11 lines
243 B
Nix

{ config, pkgs, ... }:
let
# unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {
# config = { allowUnfree = true; };
# };
in {
environment.systemPackages = with pkgs; [
claude-code
];
}