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

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