mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(moto): set nix path
This commit is contained in:
@@ -107,8 +107,8 @@
|
||||
};
|
||||
|
||||
nixOnDroidConfigurations = {
|
||||
moto-g5 = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
modules = [systems/moto-g5/configuration.nix];
|
||||
moto = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
modules = [systems/moto/configuration.nix];
|
||||
pkgs = import nixpkgs {
|
||||
system = "aarch64-linux";
|
||||
overlays = [nix-on-droid.overlays.default];
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
inputs,
|
||||
}: let
|
||||
sshPort = 8022;
|
||||
in {
|
||||
@@ -28,17 +28,13 @@ in {
|
||||
'')
|
||||
];
|
||||
|
||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
backupFileExtension = "hm-bak";
|
||||
config = {pkgs, ...}: {
|
||||
home.stateVersion = "23.05";
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
profileExtra = ''
|
||||
${(import ../../configs/bash.nix {inherit pkgs;}).programs.bash.promptInit}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user