This commit is contained in:
Till 2026-02-27 21:41:24 +01:00
parent 8099faa9ae
commit 312d6d63ef
23 changed files with 122 additions and 297 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, lib, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
@ -11,6 +11,4 @@
yt-dlp
zathura
];
xdg.configFile."castget/castget.conf".source = ./castget/castget.conf;
}