From 433e009ddc88de9c1de8bd2131a812b68704f093 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Mon, 20 Apr 2026 18:33:23 +0530 Subject: This is supposed to crash an automated commit --- home/nix.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home/nix.nix (limited to 'home/nix.nix') diff --git a/home/nix.nix b/home/nix.nix new file mode 100644 index 0000000..5c0aec6 --- /dev/null +++ b/home/nix.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ + xdg.configFile."nix/nix.conf".text = '' + experimental-features = nix-command flakes + substituters = https://cache.nixos.org https://nix-community.cachix.org + trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCUSBd4= + ''; +} -- cgit v1.1