added a few more applications.
This commit is contained in:
parent
dcdac349df
commit
329544e677
5 changed files with 22 additions and 2 deletions
|
|
@ -14,4 +14,9 @@
|
|||
programs.gamemode.enable = true;
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
home-manager.users.${config.host.details.user} = {config, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue