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, ... }:
|
{ 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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue