added technic-launcher
This commit is contained in:
parent
8db3faafd5
commit
eb93428c47
2 changed files with 63 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ hostname, ... }:
|
||||
{ pkgs, hostname, ... }:
|
||||
{
|
||||
networking.hostName = hostname;
|
||||
imports = [
|
||||
|
@ -7,6 +7,16 @@
|
|||
./nix-ld.nix
|
||||
./printers.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
technic-launcher = pkgs.callPackage ../../modules/technic-launcher {};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
technic-launcher
|
||||
];
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services.hardware.bolt.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue