feat: glfw

This commit is contained in:
2024-11-09 23:12:03 +01:00
parent 2efc1ac3f4
commit 7ceec2ac09
4 changed files with 41 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ inputs, pkgs, ... }:
{
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
@@ -57,6 +57,7 @@
helio-workstation
keepassxc
vesktop
inputs.zen-browser.packages."${system}".default
# > gaming < #
prismlauncher
@@ -83,5 +84,6 @@
nixfmt-rfc-style
nemo
nixd
glfw-wayland-minecraft
];
}