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"; homeDirectory = "/home/don";
stateVersion = "23.05"; stateVersion = "23.05";
}; };
programs.home-manager.enable = true; programs = {
programs.go.enable = true; home-manager = {
enable = true;
};
go = {
enable = true;
};
};
}; };
}; };
}; };

View file

@ -144,5 +144,13 @@
test:-cs all -cs vm 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
'';
};
}; };
} }

View file

@ -179,7 +179,7 @@ in
pulseaudio pulseaudio
ruby ruby
steam steam
#udiskie udiskie
wireplumber wireplumber
wlsunset wlsunset
xdg-utils xdg-utils