mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
11 lines
132 B
Nix
11 lines
132 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Nix Configuration
|
|
nix.settings = {
|
|
experimental-features = [
|
|
"nix-command"
|
|
"flakes"
|
|
];
|
|
};
|
|
}
|