small fix

This commit is contained in:
ooks-io 2024-01-15 15:17:00 +13:00
parent fe7ab0556d
commit 129b8e50be

View file

@ -1,8 +1,7 @@
{ pkgs, config, inputs, lib, ... }: { pkgs, config, inputs, lib, ... }:
let let
cfg = programs.desktop.games.steam; cfg = config.programs.desktop.games.steam;
user = ooks;
in in
{ {
@ -21,7 +20,7 @@ in
enable = true; enable = true;
enableRenice = true; enableRenice = true;
}; };
home-manager.users.${user} = { config, lib, pkgs, ... }@hm: { home-manager.users.ooks = { config, lib, pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
protonup-ng protonup-ng
]; ];