From 801a94345544637fcbbfee4125ac76f52d2610b5 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Thu, 2 Jul 2026 14:55:02 +0200 Subject: feat(adam): add vlc --- modules/hosts/adam/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/hosts/adam') diff --git a/modules/hosts/adam/configuration.nix b/modules/hosts/adam/configuration.nix index 85a352f..24a47ee 100644 --- a/modules/hosts/adam/configuration.nix +++ b/modules/hosts/adam/configuration.nix @@ -2,9 +2,13 @@ flake.modules.nixos.adam = { pkgs, + inputs, ... }: { + home-manager.users.schererleander = { + imports = [ inputs.self.modules.homeManager.vlc ]; + }; boot = { kernelPackages = pkgs.linuxPackages_latest; kernelParams = [ "amd_pstate=active" ]; -- cgit v1.3.1