about summary refs log tree commit diff
path: root/home/modules/urbint/frontend.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-07T14·56-0400
committerGriffin Smith <root@gws.fyi>2020-05-07T14·56-0400
commitc6963f8cb5a7995d889c6aacfd5e13510c63844c (patch)
tree48819e5c54dc0f4ac23ed0e5bb831d58f5e08979 /home/modules/urbint/frontend.nix
parent1316d4fccd3e946813b824d04b7d277da6e753aa (diff)
dogfood urbos
Diffstat (limited to 'home/modules/urbint/frontend.nix')
-rw-r--r--home/modules/urbint/frontend.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/home/modules/urbint/frontend.nix b/home/modules/urbint/frontend.nix
deleted file mode 100644
index 543e9eebc057..000000000000
--- a/home/modules/urbint/frontend.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
-  imports = [
-    ./common.nix
-  ];
-
-  home.packages = with pkgs; [
-    yarn
-    nodejs
-    clojure
-    nodePackages.prettier
-  ];
-}