mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add joypixels license
This commit is contained in:
parent
47d5356561
commit
ae530df865
2 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,6 @@
|
|||
# release notes.
|
||||
home.stateVersion = "22.11"; # Please read the comment before changing.
|
||||
|
||||
nixpkgs.config.joypixels.acceptLicense = true;
|
||||
|
||||
# Manage session variables
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
nixpkgs.config.joypixels.acceptLicense = true;
|
||||
home.packages = with pkgs; [
|
||||
jetbrains-mono
|
||||
joypixels
|
||||
|
|
Loading…
Reference in a new issue