Splitted packages to fix issue with emacs on android
This commit is contained in:
parent
e1a5aa5a41
commit
6e8277b6be
3 changed files with 69 additions and 53 deletions
|
|
@ -4,20 +4,25 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
../../modules/emacs
|
||||
];
|
||||
environment.packages = with pkgs; [
|
||||
neovim
|
||||
git
|
||||
fastfetch
|
||||
asciiquarium
|
||||
cmatrix
|
||||
inputs.neovim.packages.aarch64-linux.default
|
||||
environment.packages = with pkgs;
|
||||
[
|
||||
neovim
|
||||
git
|
||||
fastfetch
|
||||
asciiquarium
|
||||
cmatrix
|
||||
inputs.neovim.packages.aarch64-linux.default
|
||||
|
||||
(pkgs.writeShellScriptBin "droid-switch" ''
|
||||
nix-on-droid switch --flake /data/data/com.termux.nix/files/home/nixos-config
|
||||
'')
|
||||
];
|
||||
(pkgs.writeShellScriptBin "droid-switch" ''
|
||||
nix-on-droid switch --flake /data/data/com.termux.nix/files/home/nixos-config
|
||||
'')
|
||||
]
|
||||
++ (import ../../modules/emacs/packages.nix {
|
||||
inherit pkgs;
|
||||
emacs = pkgs.emacs;
|
||||
})
|
||||
.packages;
|
||||
home-manager = {
|
||||
config = ./home.nix;
|
||||
useGlobalPkgs = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue