aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-07-02 14:55:02 +0200
committerLeander Scherer <leander@schererleander.de>2026-07-02 14:55:02 +0200
commit801a94345544637fcbbfee4125ac76f52d2610b5 (patch)
tree3a730f6df2d2dd286309e1f00111a3efc2829349 /modules
parentcef6f8b2142a0c6dc0fa4d31d2ffa23143c6b788 (diff)
feat(adam): add vlc
Diffstat (limited to 'modules')
-rw-r--r--modules/hosts/adam/configuration.nix4
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" ];