diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-06 18:51:59 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-06 18:51:59 +0200 |
| commit | a1f7f43c95c049628e826856ec589b339cd4f5db (patch) | |
| tree | a0f5bb10fc36f02ad6dbaebf1232ca2548f9ccfa /home/config/i3/bar/shell.nix | |
initial commit
Diffstat (limited to 'home/config/i3/bar/shell.nix')
| -rw-r--r-- | home/config/i3/bar/shell.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home/config/i3/bar/shell.nix b/home/config/i3/bar/shell.nix new file mode 100644 index 0000000..0fcfc92 --- /dev/null +++ b/home/config/i3/bar/shell.nix @@ -0,0 +1,8 @@ +{ pkgs ? import <nixpkgs> { } }: + +let + settings = { + nix.enable = true; + golang.enable = true; + }; +in import ~/documents/nix/shells { inherit pkgs settings; } |
