diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-06-26T13·57-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-06-26T13·58+0000 |
commit | 3a1865bc5f48192b1bebada62f644dcb35053771 (patch) | |
tree | 6fef7bda82d6bf79994ec01bb1bc7414d776c493 /users | |
parent | cf1ce7c9871d5902cf8c5cb92ae56ec626813c46 (diff) |
feat(gs/home): Install nsfv-setup from depot r/1084
Change-Id: I17cc6268285d06f64f84f8b0d52a367ad8e3c837 Reviewed-on: https://cl.tvl.fyi/c/depot/+/580 Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/home/platforms/linux.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/glittershark/system/home/platforms/linux.nix b/users/glittershark/system/home/platforms/linux.nix index 6ffc1c770d70..721705218f21 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 |