chore(nix): Reformat

This commit is contained in:
Ahmad Ansori Palembani 2024-10-20 07:41:43 +07:00
parent 57d34d2843
commit 4b379ab231
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -6,9 +6,10 @@
}; };
xdg.configFile = { xdg.configFile = {
"nix/nix.conf".text = '' "nix/nix.conf".text =
experimental-features = nix-command flakes ''
''; experimental-features = nix-command flakes
'';
}; };
home.stateVersion = "24.11"; home.stateVersion = "24.11";