modules: move programs/hledger to shared
This commit is contained in:
parent
5db3f7ebad
commit
af392da2ee
5 changed files with 22 additions and 12 deletions
16
modules/shared/programs/default.nix
Normal file
16
modules/shared/programs/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
username = config.chvp.username;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./hledger
|
||||
];
|
||||
|
||||
home-manager.users.${username}.home.packages = with pkgs; [
|
||||
jq
|
||||
xsv
|
||||
yt-dlp
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue