updates from makefile
This commit is contained in:
parent
b83ec7297f
commit
0683f0c45f
3 changed files with 17 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue