Refactor programs
This commit is contained in:
parent
3de981c7dd
commit
6fd81e3a16
2 changed files with 13 additions and 6 deletions
12
nixos/fuchsia/programs/default.nix
Normal file
12
nixos/fuchsia/programs/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
# Load and unload environment variables.
|
||||
direnv.enable = true;
|
||||
# Android debug bridge: communicate with devices.
|
||||
adb.enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue