More up-to-date blockbench

This commit is contained in:
Emmet 2023-08-04 13:47:41 -05:00
parent f8fea76e72
commit 97e9950ca8
2 changed files with 56 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, python3Packages, nix-doom-emacs, stylix, username, email, dotfilesDir, theme, wm, browser, editor, spawnEditor, term, ... }:
{ config, lib, pkgs, stdenv, fetchurl, python3Packages, nix-doom-emacs, stylix, username, email, dotfilesDir, theme, wm, browser, editor, spawnEditor, term, ... }:
{
# Home Manager needs a bit of information about you and the paths it should
@ -25,10 +25,12 @@
../../user/style/stylix.nix # Styling and themes for my apps
../../user/lang/cc/cc.nix # C and C++ tools
../../user/lang/godot/godot.nix # Game development
../../user/pkgs/blockbench.nix # Blockbench
];
home.stateVersion = "22.11"; # Please read the comment before changing.
home.packages = with pkgs; [
# Core
zsh