diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-07-02 14:55:02 +0200 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-07-02 14:55:02 +0200 |
| commit | 801a94345544637fcbbfee4125ac76f52d2610b5 (patch) | |
| tree | 3a730f6df2d2dd286309e1f00111a3efc2829349 /modules/hosts/adam | |
| parent | cef6f8b2142a0c6dc0fa4d31d2ffa23143c6b788 (diff) | |
feat(adam): add vlc
Diffstat (limited to 'modules/hosts/adam')
| -rw-r--r-- | modules/hosts/adam/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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" ]; |
