mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
home manager uses global packages
This commit is contained in:
parent
9a50ad5a3f
commit
1b3b5e4b12
9 changed files with 64 additions and 72 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.userSettings.media;
|
||||
|
@ -12,8 +12,8 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
vlc
|
||||
#yt-dlp_git # TODO disabled for debugging
|
||||
mpv mpc
|
||||
yt-dlp_git
|
||||
ffmpeg
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue