Skip to content

Runeword/terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal reproducible setup

Development mode

Standalone run

Run the dev app :

git clone [email protected]:Runeword/terminal.git && \
cd terminal && TERM_CONFIG_DIR="$PWD/config" nix run .#dev --impure

Home-manager install

Install the dev package with home-manager : flake.nix

inputs.runeword-terminal.url = "github:Runeword/terminal";

home.nix

home.packages = [
  (inputs.runeword-terminal.packages.${pkgs.system}.dev.options { configPath = "${config.home.homeDirectory}/terminal/config"; })
];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published