mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-09-13 22:12:03 +02:00
profile/android: init profiles
This commit is contained in:
parent
b6b9a1860d
commit
301986bda3
5 changed files with 34 additions and 7 deletions
7
profiles/default.nix
Normal file
7
profiles/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Configuration that spans accross system and home, or are collections of modules
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./android
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue