updates from makefile

This commit is contained in:
Don Harper 2023-11-03 22:18:30 -05:00
parent b83ec7297f
commit 0683f0c45f
3 changed files with 17 additions and 3 deletions

View file

@ -19,8 +19,14 @@
homeDirectory = "/home/don";
stateVersion = "23.05";
};
programs.home-manager.enable = true;
programs.go.enable = true;
programs = {
home-manager = {
enable = true;
};
go = {
enable = true;
};
};
};
};
};

View file

@ -144,5 +144,13 @@
test:-cs all -cs vm
'';
};
urlview = {
enable = true;
target = ".urlview";
text = ''
REGEXP (((http|https|ftp|obsidian)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
COMMAND ${pkgs.bash}/bin/bash myweb %s
'';
};
};
}