From 3a1865bc5f48192b1bebada62f644dcb35053771 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 26 Jun 2020 09:57:27 -0400 Subject: feat(gs/home): Install nsfv-setup from depot Change-Id: I17cc6268285d06f64f84f8b0d52a367ad8e3c837 Reviewed-on: https://cl.tvl.fyi/c/depot/+/580 Reviewed-by: glittershark --- users/glittershark/system/home/platforms/linux.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/users/glittershark/system/home/platforms/linux.nix b/users/glittershark/system/home/platforms/linux.nix index 6ffc1c770d..721705218f 100644 --- a/users/glittershark/system/home/platforms/linux.nix +++ b/users/glittershark/system/home/platforms/linux.nix @@ -1,5 +1,11 @@ { config, pkgs, ... }: +let + + depot = config.lib.depot; + +in + { imports = [ ../modules/alacritty.nix @@ -14,6 +20,7 @@ ../modules/shell.nix ../modules/tarsnap.nix ../modules/vim.nix + ../modules/lib/depot.nix ]; xsession.enable = true; @@ -37,6 +44,7 @@ gnutls pandoc barrier + depot.tools.nsfv-setup # System utilities powertop -- cgit 1.4.1