chore fixes and gaming
This commit is contained in:
parent
91c08fcab7
commit
7ac1e734e7
7 changed files with 36 additions and 62 deletions
|
|
@ -1,11 +1,5 @@
|
|||
{ den, inputs, ... }: {
|
||||
den.aspects.creative.nixos = { pkgs, ... }:
|
||||
let
|
||||
pkgs-unstable = import inputs.nixpkgs-unstable {
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in {
|
||||
{ den, pkgs-unstable, ... }: {
|
||||
den.aspects.creative.nixos = { ... }: {
|
||||
environment.systemPackages = with pkgs-unstable; [
|
||||
# 3D
|
||||
blender
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue