Added nix on droid
This commit is contained in:
parent
dadac02455
commit
14c7d85a57
9 changed files with 195 additions and 18 deletions
6
nixos/hosts/android/home.nix
Normal file
6
nixos/hosts/android/home.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../modules/nixvim
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue