allow unfree home.niz

This commit is contained in:
Aditya 2023-07-01 12:19:54 +05:30
parent 9ad6882e0e
commit aafd1c76d5

View file

@ -21,6 +21,11 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.joypixels.acceptLicense = true;
# Manage session variables
home.sessionVariables = {
NIXPKGS_ALLOW_UNFREE=1;
};
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [
@ -56,7 +61,7 @@
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
theme = "ys";