revert added technic-launcher
This commit is contained in:
willifan 2024-11-16 14:34:58 +01:00
parent eb93428c47
commit 092602896b
2 changed files with 1 additions and 63 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, hostname, ... }:
{ hostname, ... }:
{
networking.hostName = hostname;
imports = [
@ -7,16 +7,6 @@
./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;