flake: update lock, update things to new lock

This commit is contained in:
2024-05-01 12:38:15 +02:00
parent 400dadba7f
commit e901f042fb
6 changed files with 70 additions and 69 deletions
@@ -34,7 +34,6 @@ with materusArg.pkgs.lib;
tdesktop
mpv
ani-cli
obsidian
nextcloud-client
spotify
thunderbird
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, pkgs, lib, materusArg, ... }:
{ config, pkgs, lib, materusArg, materusCfg, ... }:
let
cfg = config.materus.profile.nix;
in
@@ -7,7 +7,7 @@ in
config.nix = lib.mkIf cfg.enable {
settings = {
experimental-features = [ "nix-command" "flakes" "repl-flake" "no-url-literals" ];
experimental-features = lib.mkMerge [[ "nix-command" "flakes" "no-url-literals" ] (lib.mkIf (materusCfg.stable) ["repl-flake"])];
auto-optimise-store = true;
trusted-users = [ "root" "@wheel" ];