add joypixels license

This commit is contained in:
Aditya 2024-04-12 11:54:14 +05:30
parent 47d5356561
commit ae530df865
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
2 changed files with 1 additions and 2 deletions

View file

@ -25,8 +25,6 @@
# release notes. # release notes.
home.stateVersion = "22.11"; # Please read the comment before changing. home.stateVersion = "22.11"; # Please read the comment before changing.
nixpkgs.config.joypixels.acceptLicense = true;
# Manage session variables # Manage session variables
# The home.packages option allows you to install Nix packages into your # The home.packages option allows you to install Nix packages into your

View file

@ -1,4 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
nixpkgs.config.joypixels.acceptLicense = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
jetbrains-mono jetbrains-mono
joypixels joypixels