From 2858ec83636e4f60f0967938b05cff4be13ccaf4 Mon Sep 17 00:00:00 2001 From: Riley Apeldoorn Date: Tue, 29 Aug 2023 15:32:56 +0200 Subject: [PATCH] Add user packages --- shared/home/programs.nix | 1 + system/lime/home.nix | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shared/home/programs.nix b/shared/home/programs.nix index f7bc7c6..7306ad0 100644 --- a/shared/home/programs.nix +++ b/shared/home/programs.nix @@ -9,6 +9,7 @@ eva hyperfine du-dust + pijul ]) ++ (import ../env.nix pkgs); # CLI for accessing my passwords diff --git a/system/lime/home.nix b/system/lime/home.nix index 1d3586c..3ee26f6 100644 --- a/system/lime/home.nix +++ b/system/lime/home.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { custom.gui = { @@ -9,4 +9,8 @@ }; }; programs.iamb.enable = true; + home.packages = with pkgs; [ + qbittorrent + vlc + ]; } \ No newline at end of file