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:
@@ -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