parent
eb93428c47
commit
092602896b
2 changed files with 1 additions and 63 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue