From 5484afc2ce90ab7d2d33d1a9e822d497f44c4e5d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Jul 2025 17:57:36 -0700 Subject: keep organizing into modules and profiles --- users/profiles/media.nix | 4 +++- users/profiles/minimal.nix | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'users') diff --git a/users/profiles/media.nix b/users/profiles/media.nix index f0919a3..265eb89 100644 --- a/users/profiles/media.nix +++ b/users/profiles/media.nix @@ -1,8 +1,10 @@ { pkgs, ... }: { home.packages = with pkgs; [ - mpv ffmpeg + mpv transmission_4 + vlc-bin + yt-dlp ]; } diff --git a/users/profiles/minimal.nix b/users/profiles/minimal.nix index aaffdbd..ed67195 100644 --- a/users/profiles/minimal.nix +++ b/users/profiles/minimal.nix @@ -1,6 +1,10 @@ { pkgs, ... }: { + + imports = [ ./bat.nix ]; home.packages = with pkgs; [ htop ]; + + home.stateVersion = "25.05"; } -- cgit v1.2.3