Skip to content

Moskas/nix-droid-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

My experimental nix-on-droid flake. As of now it has a minimal copy of my main flake for shell and git configs.

Configured Hosts

  • Boise - my main phone
  • Dewey - my e-reader

Install

After the initial nix-on-droid bootstrap with flakes we need to add git to our current config at ~/.config/nix-on-droid/nix-on-droid.nix like so:

environment.packages = with pkgs; [
  git
];

Then we need to switch to the updated flake, clone the repo and rebuild with the cloned flake.

nix-on-droid switch --flake .#boise

About

Experimental nix-on-droid flake

Topics

Resources

Stars

Watchers

Forks

Languages