From 71a9f3858e42856ef81ad92553a7732811186733 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 17 Jan 2022 00:19:59 +0100 Subject: attempting home-manager config with flakes --- home/unstable.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 home/unstable.nix (limited to 'home/unstable.nix') diff --git a/home/unstable.nix b/home/unstable.nix new file mode 100644 index 0000000..78ce4f6 --- /dev/null +++ b/home/unstable.nix @@ -0,0 +1,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 + ]; +} -- cgit v1.2.3