summaryrefslogtreecommitdiff
path: root/home/config/i3/bar/shell.nix
blob: 0fcfc929f915d1cebce154ade82907a0655ccd8c (plain)
1
2
3
4
5
6
7
8
{ pkgs ? import <nixpkgs> { } }:

let
  settings = {
    nix.enable = true;
    golang.enable = true;
  };
in import ~/documents/nix/shells { inherit pkgs settings; }