even more more fixes for hpm
This commit is contained in:
@@ -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
|
# The home.stateVersion option does not have a default and must be set
|
||||||
@@ -41,11 +41,10 @@
|
|||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionPath = [ "${workDir}/config/mybin" ];
|
home.sessionPath = [ "${self}/mybin" ];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/rclone".source = config.lib.file.mkOutOfStoreSymlink "${secretsDir}/rclone-conf";
|
".config/rclone".source = config.lib.file.mkOutOfStoreSymlink "${secretsDir}/rclone-conf";
|
||||||
".xmobarrc".source = "${confDir}/misc/xmobar.hs";
|
|
||||||
".subversion/config".text = ''
|
".subversion/config".text = ''
|
||||||
[miscellany]
|
[miscellany]
|
||||||
global-ignores = node_modules
|
global-ignores = node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user