Add droid.nix
This commit is contained in:
parent
6e6563755b
commit
5ed5de1655
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
system.stateVersion = "21.11";
|
||||
user = {
|
||||
userName = "nathan";
|
||||
};
|
||||
environment.sessionVariables = {
|
||||
XDG_RUNTIME_DIR = "/data/data/com.termux.nix/files/home/run";
|
||||
GDK_DPI_SCALE = "2";
|
||||
GDK_SCALE = "2";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue