play with config

This commit is contained in:
2025-08-03 20:34:51 +02:00
parent c22eab800c
commit ffc78043e6
11 changed files with 13 additions and 74 deletions

View File

@@ -1,7 +1,5 @@
{ config, pkgs, ... }:
{
nixpkgs = {
config = {
allowUnfree = true;
@@ -11,7 +9,6 @@
};
overlays =
# Apply each overlay found in the /overlays directory
let path = ../../overlays; in with builtins;
map (n: import (path + ("/" + n)))
(filter (n: match ".*\\.nix" n != null ||

View File

@@ -20,7 +20,7 @@ let name = "Christoph Schmatzler";
file = "p10k.zsh";
}
];
initExtraFirst = ''
initContent = lib.mkBefore ''
if [[ -f /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh ]]; then
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
. /nix/var/nix/profiles/default/etc/profile.d/nix.sh

View File

@@ -8,6 +8,9 @@ with pkgs; [
docker-compose
gnupg
iosevka
jujutsu
jjui
nixfmt
jq
killall
libfido2