mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
auto-formatting changes
This commit is contained in:
parent
5ce4ebf522
commit
4e23d677e8
@ -55,8 +55,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = let stateVersion = "22.11";
|
config =
|
||||||
in {
|
let stateVersion = "22.11";
|
||||||
|
in
|
||||||
|
{
|
||||||
|
|
||||||
# Enable features in Nix commands
|
# Enable features in Nix commands
|
||||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||||
|
Loading…
Reference in New Issue
Block a user