Skip to content

Nix flake to manage developer environment packages and configuration files.

Notifications You must be signed in to change notification settings

samueljoli/lakay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏠 Lakay

Lakay is the word for home in Haitian creole 🇭🇹

Overview

Nix flake containing basic binaries and collection of dotfiles.

Installation

todo:

Usage

Adding a package

Packages are defined in home.nix

  home.packages = [
    # Networking
    pkgs.oha # ----------- HTTP load generator
    pkgs.tailscale # ----- The node agent for Tailscale, a mesh VPN built on WireGuard
  ];

Simply add a new pkg to array and run the following in your terminal:

home-manager switch --flake .

Helpful links

About

Nix flake to manage developer environment packages and configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published