add gamemode
This commit is contained in:
parent
9359b99b8a
commit
70e33b355c
2 changed files with 25 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
{ config, pkgs, inputs, ... }: {
|
||||
imports = [ ./media-packages.nix ];
|
||||
imports = [
|
||||
./gamemode.nix
|
||||
./media-packages.nix
|
||||
];
|
||||
packages.media-packages.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue