Updates & emojis

This commit is contained in:
Lyes Saadi 2025-02-18 21:54:17 +01:00
parent 4c21659ef9
commit 803fa03e07
Signed by: lyes
GPG key ID: 55A1D803917CF39A
3 changed files with 12 additions and 6 deletions

View file

@ -21,7 +21,10 @@
})
];
nixpkgs.config.allowUnfree = true;
nixpkgs.config = {
allowUnfree = true;
# allowBroken = true;
};
nix.extraOptions = ''
experimental-features = nix-command flakes