added technic-launcher

This commit is contained in:
willifan 2024-11-15 21:22:24 +01:00
parent 8db3faafd5
commit eb93428c47
2 changed files with 63 additions and 1 deletions

View file

@ -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;