1

feat: nix community is default

This commit is contained in:
Himadri Bhattacharjee
2025-10-16 17:45:32 +05:30
parent 27323df940
commit c6b5c31df2
2 changed files with 0 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
{
nix.settings = {
substituters = [ "https://nix-community.cachix.org" ];
trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ];
};
}

View File

@@ -44,7 +44,6 @@
let
cafeModules = [
./hosts/default/configuration.nix
./cachix/nix-community.nix
./hosts/default/stylix.nix
];