generated from andy/linux-nixos-hyprland-config-dotfiles
9 lines
120 B
Nix
9 lines
120 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Nix Configuration
|
|
nix.settings = {
|
|
experimental-features = [ "nix-command" "flakes" ];
|
|
};
|
|
}
|