Agent Skill
2/7/2026

golang

Use this skill when you're working with golang code.

N
nieomylnieja
3GitHub Stars
2Views
npx skills add nieomylnieja/dotfiles

SKILL.md

Namegolang
DescriptionUse this skill when you're working with golang code.

dotfiles

Behold, the .files

Setup

  1. Migrate SSH and GPG configuration.
  2. Install node and rust with appropriate make install/ target.

Home Manager

Updating nix channel

For standalone home-manager setup only. If installed through nix flake on NixOS, the process is automated.

  1. Make sure there's a new major version available:

    nix-channel --list
    
  2. Remove the current channel:

    nix-channel --remove home-manager
    
  3. Add the new major version:

    nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.05.tar.gz home-manager
    nix-channel --update
    
  4. Finally, switch to the new channel:

    home-manager switch --flake ~/.dotfiles/config/home-manager#mh
    
Skills Info
Original Name:golangAuthor:nieomylnieja