Nixfiles! :3
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix nix being defined in multiple places by defining it stronger in multiple places.


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (Jun 25, 2026, 2:44 PM +0200) bedb28cd fd375624

+3 -1
+2
home/cli.nix
··· 1 1 { 2 2 pkgs, 3 3 config, 4 + lib, 4 5 ... 5 6 }: 6 7 ··· 19 20 home.homeDirectory = "/home/mar"; 20 21 home.stateVersion = "25.11"; # Ensure this matches your NixOS version 21 22 23 + nix.package = lib.mkForce pkgs.lixPackageSets.stable.lix; 22 24 nix.extraOptions = "experimental-features = nix-command flakes"; 23 25 24 26 programs.yazi = {
+1 -1
hosts/all-hosts.nix
··· 16 16 ; 17 17 }) 18 18 ]; 19 - nix.package = pkgs.lixPackageSets.stable.lix; 19 + nix.package = lib.mkForce pkgs.lixPackageSets.stable.lix; 20 20 21 21 nixpkgs.config = { 22 22 permittedInsecurePackages = [