Fixed emacs on android
This commit is contained in:
parent
f131f4fa2b
commit
a5b7cf1c64
1 changed files with 2 additions and 6 deletions
|
|
@ -17,12 +17,8 @@
|
||||||
(pkgs.writeShellScriptBin "droid-switch" ''
|
(pkgs.writeShellScriptBin "droid-switch" ''
|
||||||
nix-on-droid switch --flake /data/data/com.termux.nix/files/home/nixos-config
|
nix-on-droid switch --flake /data/data/com.termux.nix/files/home/nixos-config
|
||||||
'')
|
'')
|
||||||
]
|
inputs.emacs-kylekrein.packages.aarch64-linux.default
|
||||||
++ (import ../../modules/emacs/packages.nix {
|
];
|
||||||
inherit pkgs;
|
|
||||||
emacs = pkgs.emacs;
|
|
||||||
})
|
|
||||||
.packages;
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
config = ./home.nix;
|
config = ./home.nix;
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue