small fix
This commit is contained in:
parent
fe7ab0556d
commit
129b8e50be
1 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{ pkgs, config, inputs, lib, ... }:
|
||||
|
||||
let
|
||||
cfg = programs.desktop.games.steam;
|
||||
user = ooks;
|
||||
cfg = config.programs.desktop.games.steam;
|
||||
in
|
||||
|
||||
{
|
||||
|
|
@ -21,7 +20,7 @@ in
|
|||
enable = true;
|
||||
enableRenice = true;
|
||||
};
|
||||
home-manager.users.${user} = { config, lib, pkgs, ... }@hm: {
|
||||
home-manager.users.ooks = { config, lib, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
protonup-ng
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue