Improve the formatting

This commit is contained in:
SebastianStork 2024-04-20 19:00:09 +02:00
parent 62f4103c7a
commit 692ef91ba9
14 changed files with 107 additions and 40 deletions

View file

@ -4,10 +4,16 @@
system.stateVersion = "23.11";
nix.settings = {
experimental-features = ["nix-command" "flakes"];
experimental-features = [
"nix-command"
"flakes"
];
auto-optimise-store = true;
warn-dirty = false;
trusted-users = ["root" "@wheel"];
trusted-users = [
"root"
"@wheel"
];
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];