From c5185394cc744e7e0ce42a03d476de1a0bbcf3b2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 14 Jul 2021 17:41:52 +0200 Subject: [PATCH] boreal: install chrysalis in home --- hosts/boreal/default.nix | 4 ---- hosts/boreal/home.nix | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index 2cb59ee..c59aceb 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -103,10 +103,6 @@ in }; my.displayManager.sddm.enable = true; - environment.systemPackages = with pkgs; [ - chrysalis - ]; - services.udev.packages = with pkgs; [ packages.kaleidoscope-udev-rules ]; diff --git a/hosts/boreal/home.nix b/hosts/boreal/home.nix index b231089..f1e3ec8 100644 --- a/hosts/boreal/home.nix +++ b/hosts/boreal/home.nix @@ -24,6 +24,9 @@ unstable.beancount unstable.fava + # keyboard goodness + chrysalis + packages.spot ]; };