chore: Formatting

This commit is contained in:
Donovan Glover
2023-06-21 03:08:20 -04:00
parent 2b415d3bd4
commit 0cd00a7734
4 changed files with 147 additions and 142 deletions

View File

@@ -18,7 +18,7 @@
i18n.inputMethod = lib.mkForce {
enabled = "ibus";
ibus.engines = with pkgs.ibus-engines; [ mozc ];
};
};
# services.gnome.core-utilities.enable = false;
environment.gnome.excludePackages = [ pkgs.gnome-tour ];

View File

@@ -8,8 +8,8 @@
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
auto-optimise-store = true;
substituters = ["https://nix-gaming.cachix.org"];
trusted-public-keys = ["nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="];
substituters = [ "https://nix-gaming.cachix.org" ];
trusted-public-keys = [ "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" ];
};
};
}