aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
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" ];