commit | cd4ee503d65c5273863a1dc4b9042252cadbb24b | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:25:09 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:25:09 2022 +0000 |
tree | 991a1f8c32dddbf53d7d3b251c24b3fdb361c192 | |
parent | 9f3c0bc4889f035c862aaa30342b0caf62d4775a [diff] |
Install a vim-based browser
diff --git a/modules/vieb.nix b/modules/vieb.nix new file mode 100644 index 0000000..9b59c4d --- /dev/null +++ b/modules/vieb.nix
@@ -0,0 +1,3 @@ +{pkgs, ...}: { + home.home.packages = [pkgs.vieb]; +}