From 92372d9e2c57d3c5c0ff3a2a95aaaa04cba16c39 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 2 Jun 2021 18:59:12 +0200 Subject: [PATCH] base: add bottom and dog to base programs --- base/programs.nix | 2 ++ hosts/boreal/home.nix | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/base/programs.nix b/base/programs.nix index 360dc34..78f4c35 100644 --- a/base/programs.nix +++ b/base/programs.nix @@ -41,6 +41,8 @@ vim # terminal utilities + bottom + dogdns du-dust htop stow diff --git a/hosts/boreal/home.nix b/hosts/boreal/home.nix index 3ff1355..134b289 100644 --- a/hosts/boreal/home.nix +++ b/hosts/boreal/home.nix @@ -18,10 +18,6 @@ unstable.beancount unstable.fava - - # only available on unstable - bottom - dogdns ]; }; }