1
0
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:
2023-07-23 23:12:25 +02:00
parent 6d9278680f
commit 33b8201371
2 changed files with 5 additions and 9 deletions

View File

@@ -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}
'';
};
};
};