diff options
author | stuebinm | 2022-01-17 00:19:59 +0100 |
---|---|---|
committer | stuebinm | 2022-01-20 13:16:43 +0100 |
commit | 71a9f3858e42856ef81ad92553a7732811186733 (patch) | |
tree | c2fa2ba37bda94491a36fd2e0dffd37d443f7ccb /home/unstable.nix | |
parent | c48f90064724ce1d802038524f60cce7baf53e69 (diff) |
attempting home-manager config with flakes
Diffstat (limited to '')
-rw-r--r-- | home/unstable.nix | 14 |
1 files changed, 14 insertions, 0 deletions
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 + ]; +} |