From f9dde6d54aa4d79f7b1b7bfd05743ecb19557648 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 31 Jul 2023 07:56:36 -0600 Subject: [PATCH] plq: install obsidian and nheko from nixpkgs --- hosts/plq/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/plq/default.nix b/hosts/plq/default.nix index e5b2355..d5618b1 100644 --- a/hosts/plq/default.nix +++ b/hosts/plq/default.nix @@ -52,17 +52,18 @@ in { }; environment.systemPackages = with pkgs; [ - (callPackage ../../pkgs/nheko.nix {inherit isUnstable;}) (callPackage ../../pkgs/secretive.nix {inherit isUnstable;}) (callPackage ../../pkgs/hammerspoon.nix {inherit isUnstable;}) - nixpkgs-review direnv gh go mosh neovim + nheko + nixpkgs-review nmap + obsidian rage statix ];