mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-10 22:43:03 -04:00
things
This commit is contained in:
parent
5a8735684d
commit
0f89ab4db6
4 changed files with 37 additions and 28 deletions
|
@ -2,7 +2,7 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page, on
|
||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||
|
||||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
|
@ -18,7 +18,8 @@
|
|||
# USERS
|
||||
../../common/users/meyer
|
||||
];
|
||||
# boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
|
||||
hardware.i2c.enable = true;
|
||||
hardware.amdgpu.opencl.enable = true;
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue