Added nix on droid
This commit is contained in:
parent
dadac02455
commit
14c7d85a57
9 changed files with 195 additions and 18 deletions
13
nixos/hosts/android/default.nix
Normal file
13
nixos/hosts/android/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.packages = with pkgs;[
|
||||
neovim
|
||||
git
|
||||
fastfetch
|
||||
];
|
||||
|
||||
home-manager.config = (import home.nix);
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue