even more more fixes for hpm

This commit is contained in:
Sebastian Moser
2023-10-31 16:29:21 +00:00
parent f9cb050b5b
commit 8cad727fcc

View File

@@ -1,5 +1,5 @@
{ config, pkgs, workDir, confDir, secretsDir, inputs, ... }:
{ config, pkgs, self, secretsDir, inputs, ... }:
{
# The home.stateVersion option does not have a default and must be set
@@ -41,11 +41,10 @@
EDITOR = "nvim";
};
home.sessionPath = [ "${workDir}/config/mybin" ];
home.sessionPath = [ "${self}/mybin" ];
home.file = {
".config/rclone".source = config.lib.file.mkOutOfStoreSymlink "${secretsDir}/rclone-conf";
".xmobarrc".source = "${confDir}/misc/xmobar.hs";
".subversion/config".text = ''
[miscellany]
global-ignores = node_modules