Add BOSL2
This commit is contained in:
parent
fe538d9043
commit
2b98eb017c
|
@ -5,6 +5,15 @@
|
||||||
../programs/thunderbird.nix
|
../programs/thunderbird.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.file = {
|
||||||
|
".local/share/OpenSCAD/libraries/BOSL2" = {
|
||||||
|
source = builtins.fetchGit {
|
||||||
|
url = "https://github.com/BelfrySCAD/BOSL2";
|
||||||
|
rev = "7821a5143c7ab488ff3ff73d0cd0c4b508fb5796";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# TODO: Figure these ones out
|
# TODO: Figure these ones out
|
||||||
#dunst
|
#dunst
|
||||||
|
|
Loading…
Reference in New Issue