steamdeck: use orca-slicer fix

This commit is contained in:
2025-01-12 12:21:59 +01:00
parent 9440a4c6fa
commit 02272d9ec5
3 changed files with 29 additions and 6 deletions

View File

@@ -15,8 +15,7 @@
# └─ default.nix
#
{ config, lib, pkgs, user, ... }:
#{ config, lib, pkgs, user, ... }:
{ config, lib, pkgs, user, nixpkgs, ... }:
{
imports =
@@ -26,6 +25,12 @@
(import ../modules/services) ++
(import ../modules/shell);
# pkgs.overlays = [
# (self: super: {
# orca-slicer = nixpkgs.orca-slicer;
# })
# ];
home = {
username = "${user}";
homeDirectory = "/home/${user}";
@@ -100,6 +105,7 @@
sdkmanager
android-tools
];
file.".config/wall".source = ../modules/themes/wall.jpg;
file.".config/lockwall".source = ../modules/themes/lockwall.jpg;
# pointerCursor = { # This will set cursor systemwide so applications can not choose their own