Compare commits
4 Commits
5a35dcf7c1
...
b2342b0d3c
| Author | SHA1 | Date | |
|---|---|---|---|
| b2342b0d3c | |||
| 0abd9978d8 | |||
| 3abc41a934 | |||
| 4934c3e57e |
@@ -1,9 +1,8 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
# Wayland support
|
||||
hardware = {
|
||||
opengl.enable = true;
|
||||
opengl.driSupport = true;
|
||||
opengl.driSupport32Bit = true;
|
||||
graphics.enable = true;
|
||||
graphics.enable32Bit = true;
|
||||
|
||||
nvidia = {
|
||||
modesetting.enable = true;
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
blender
|
||||
# GTK theme support (basic) for GTK apps e.g. inkscape
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
|
||||
rx
|
||||
aseprite-unfree
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
openscad
|
||||
freecad
|
||||
kicad
|
||||
# https://github.com/NixOS/nixpkgs/pull/326595
|
||||
(freecad.override {python3Packages = pkgs.python311.pkgs;})
|
||||
# https://github.com/NixOS/nixpkgs/pull/325726
|
||||
(kicad.override {python3 = pkgs.python311;})
|
||||
|
||||
prusa-slicer
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user