formatting

This commit is contained in:
Osman Faruk Bayram 2025-02-05 00:42:36 +03:00
parent 6cf1be302f
commit 6425d6a274
6 changed files with 17 additions and 21 deletions

View file

@ -1,5 +1,4 @@
{pkgs, ...}: {
programs.git = {
enable = true;
userEmail = "osmanfbayram@gmail.com";

View file

@ -3,7 +3,6 @@
pkgs,
...
}: {
imports = [
./tmux
./git.nix

View file

@ -6,7 +6,6 @@
...
}: {
imports = [
];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";

View file

@ -146,7 +146,6 @@
acceleration = "cuda";
};
boot.binfmt.emulatedSystems = ["aarch64-linux"];
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;