mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
joshuto: Add dependencies
This commit is contained in:
parent
553d2d9aab
commit
e63b2c9122
@ -1,4 +1,12 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
file
|
||||||
|
bat
|
||||||
|
mediainfo
|
||||||
|
];
|
||||||
|
|
||||||
programs.joshuto = {
|
programs.joshuto = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user