mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
common: change remove rnix-lsp, add nil and nixpkgs-fmt, move nix default package to common
This commit is contained in:
@@ -5,7 +5,6 @@ in
|
||||
{
|
||||
options.materus.profile.nix.enable = materusArg.pkgs.lib.mkBoolOpt false "Enable materus nix settings";
|
||||
config.nix = lib.mkIf cfg.enable {
|
||||
package = lib.mkDefault pkgs.nixVersions.unstable;
|
||||
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" "no-url-literals" ];
|
||||
|
||||
Reference in New Issue
Block a user