mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-28 15:11:20 +00:00
8 lines
No EOL
119 B
Nix
8 lines
No EOL
119 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Nix Configuration
|
|
nix.settings = {
|
|
experimental-features = [ "nix-command" "flakes" ];
|
|
};
|
|
} |