summaryrefslogtreecommitdiff
path: root/home/unstable.nix
blob: 78ce4f6284720a378f8259d4df5737b2f1dc5acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{config, pkgs, inputs, system, ...}:

with import inputs.nixpkgs-unstable {inherit system; };
{
  home.packages = [
    dino
    nyxt
    zulip-term
    carp
    foliate
    elixir_1_12
    elixir_ls
  ];
}