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