This commit is contained in:
John Lancaster
2024-12-08 16:22:59 -06:00
parent 30c43f5488
commit 138df54fbc
3 changed files with 16 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
{
inputs,
lib,
config,
pkgs,
inputs,
...
}:
let
@@ -12,10 +12,10 @@ in
imports = [ ./git.nix ];
programs.git.extraConfig.safe.directory = "${homePath}";
nixpkgs.config.allowUnfree = true;
programs.home-manager.enable = true;
home = {
stateVersion = "24.05";
# username = "${user}";
homeDirectory = "${homePath}";
packages = [
(pkgs.writeShellScriptBin "nfs" ''